Hi
Using the formsbuilder I can change the time format to 24 hour.
But I am not lucky to do it from code
Using the formsbuilder I can change the time format to 24 hour.
But I am not lucky to do it from code
B4X:
prefDialog.AddTimeItem("pref_time_start","Start time"))
prefDialog.SetOptions("pref_time_start",Array As Object("24"))
Last edited: