How to (try)parse a single String to DateTime in "DD/MM/YYYY" format? (VB.Net)

Posted by lesderid on Stack Overflow See other posts from Stack Overflow or by lesderid
Published on 2010-05-08T13:46:42Z Indexed on 2010/05/08 13:58 UTC
Read the original article Hit count: 174

Filed under:
|
|
|
|

How to (try)parse a single String to DateTime in "DD/MM/YYYY" format? (VB.Net)

For example: I use input string "30/12/1999" (30 December 1999), how to (try)parse it to DateTime?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about parse