How to (try)parse a single String to DateTime in "DD/MM/YYYY" format? (VB.Net)
- by lesderid
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?