Hi guys I have a problem with DateTime I am trying to store a date in a variable for a long time and then use it but I get an error.
java.lang.NumberFormatException: For input string: "11:30"
I am using the code of my B4a app which works correctly but on B4i it does not work....
java.lang.NumberFormatException: For input string: "11:30"
I am using the code of my B4a app which works correctly but on B4i it does not work....
CODE:
dim VarTime as long
DateTime.TimeFormat="HH:mm"
VarTime=DateTime.Time("11:30")
log(VarTime)