Hi,
I have this line
But I receive Unparseable Date
(Exception) java.lang.Exception :
java.text.ParseException :
Unparseable date: "1474213214539"
(at offset 13)
Whats Wrong ?
Regards
I have this line
B4X:
AlarmaenTicks=DateTime.DateTimeParse(DateTime.Add(DateTime.Now,0,0,Item-DiaActual),DateTime.TimeParse(NumberFormat(ItemAlarma.get(8),2,0) & ":" & NumberFormat(ItemAlarma.get(9),2,0) & ":00"))
But I receive Unparseable Date
(Exception) java.lang.Exception :
java.text.ParseException :
Unparseable date: "1474213214539"
(at offset 13)
Whats Wrong ?
Regards