You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Tue 2021.04.06
'I don't normally code in java.'
To clarify:
Espruino runs a
Javascript
interpreter.Java
is a Sun Microsystems compiler language.Date:
Reference may be found at:
Example code block:
Interactive tutorial:
So I want to find the time between two times.
The best way I have seen to do this is to just work out diff between two Date types i.e.
dif old_Date - New Date();
To do this I need to make an old_Date but I am not sure what the format really is on the bangle for date.
sorry if this is a simple question. I don't normally code in java.