convert string to datetime vb.net

Posted by sinae on Stack Overflow See other posts from Stack Overflow or by sinae
Published on 2010-01-08T20:10:29Z Indexed on 2010/04/08 4:23 UTC
Read the original article Hit count: 256

Filed under:
|
|

i need to convert strings to date format. the requirement is if current month is selected, the date should be getdate. if any other month is selected then it should be first of that month. the data coming in is "January 2010", "February 2010" and so on. but it should be inserted into sql server database as 01/01/10 or 02/01/10

© Stack Overflow or respective owner

Related posts about datetime

Related posts about .NET