I noticed that if I set the date format in the main, when you log on to the various handle is used another format.
for example, if I enter the smyle handle, I see that the formatting is different?!
How can I set a date format that is automatically seen by all handles?
thank you
I attach example.
B4X:
I set, in the main the following format
DateTime.DateFormat = "dd/MM/yyyy"
Log("main date format " & DateTime.DateFormat)
for example, if I enter the smyle handle, I see that the formatting is different?!
How can I set a date format that is automatically seen by all handles?
thank you
I attach example.