Hi
I need the decimal to 1 decimal place for the difference in two times
I have this code
Can anyone help
Thanks
I need the decimal to 1 decimal place for the difference in two times
I have this code
B4X:
Label13.text = DateTime.Time(DateTime.Now)
Label13.Enabled = False
Dim x, y, z As Long
x = DateTime.TimeParse(Label13.text)
y = DateTime.TimeParse(Label12.text)
z = x - y
Label15.Text = z
Can anyone help
Thanks