Convert String to Datetime Format VB.NET

Posted by Codex73 on Stack Overflow See other posts from Stack Overflow or by Codex73
Published on 2010-04-21T20:48:58Z Indexed on 2010/04/21 20:53 UTC
Read the original article Hit count: 436

Filed under:
|
|

Need to convert a string to normal datetime format so it can be correctly inserted onto a datetime type field.

String Format:

4/21/2010 4:43:03 PM

Example:

2010-04-21 16:43:03.000

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about .NET