Hi, I got a problem on Datetime.DateParse function. IT's always return me with unparsable date exception no matter how I change the date to "04/10/2013" or "10/04/2013". Is that a bugs?
Dim exp As Long
exp = DateTime.DateParse("10/04/2013")
Dim exp As Long
exp = DateTime.DateParse("10/04/2013")