Hi, I needed to use DateTime. I found a bug I think, since when I do:
It prints on the log Messages: 0
When i do:
It prints on the log Messages: 0
However, when I do:
It prints on the log Messages: 21
How is this possible? It should also be 0 right? Thanks
B4X:
Log(DateTime.GetSecond(0))
When i do:
B4X:
Log(DateTime.GetMinute(0))
However, when I do:
B4X:
Log(DateTime.GetHour(0))
How is this possible? It should also be 0 right? Thanks