i'm doing this
and I get this
Parsed date/time = 1446888000000
I don't think this is right, if not what am I doing wrong
B4X:
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)
Parsed date/time = 1446888000000
I don't think this is right, if not what am I doing wrong