Hi Everyone.
I know that using the following code will return the "ticks" value for the current time for 1-Jan-1970.
I would like to get the "ticks" value for the current time for "today". I need to use it with this coding which gets the "ticks" value for today.
How do I do it?
Thanks.
I know that using the following code will return the "ticks" value for the current time for 1-Jan-1970.
B4X:
DateTime.Now
I would like to get the "ticks" value for the current time for "today". I need to use it with this coding which gets the "ticks" value for today.
B4X:
DateTime.TimeParse
How do I do it?
Thanks.