DateTime.DateFormat = "dd/MM/yy"
DateTime.TimeFormat ="HH:mm:ss"
Dim d As String = "07/11/15"
Dim t As String = "09:20:00"
Dim l As Long = DateTime.DateTimeParse(d,t)
Log(" Parsed date/time = " & l)
and I get this
Parsed date/time = 1446888000000
I don't think this is right, if not what am I doing wrong
hi udg
I don't really know what I was expecting. think I was having a very blond time over this.
Just wanted confirmation what I was doing was correct and as happens it was
sometimes second pair of eyes is all it takes for you to see the wood in the trees