Hi all,
i use this format for time :
to write in database table
When i read the info from db table i use this format for time:
if hour is smaller than 10 the program crash where i wrong ?
i use this format for time :
B4X:
datetime.dateformat = "HHmmss"
to write in database table
When i read the info from db table i use this format for time:
B4X:
datetime.dateformat = "HHmmss"
datetime.timeparse("datefield in format HHmmss")
if hour is smaller than 10 the program crash where i wrong ?