D
Deleted member 103
Guest
Month display differently on emulator and device
Hi,
Why is the month display differently on emulator and device?
Ciao,
Filippo
Hi,
Why is the month display differently on emulator and device?
B4X:
Sub Activity_Create(FirstTime As Boolean)
DateTime.DateFormat="MMMM"
Msgbox(DateTime.Date(DateTime.Now),"Date")
End Sub
Ciao,
Filippo
Attachments
Last edited by a moderator: