Hi,
I'm trying this code:
but the output is:
M, 01 G 2013
instead of:
Martedì, 01 Gennaio 2013
Why?
Thank you.
I'm trying this code:
B4X:
Dim Giorno as Long
DateTime.DateFormat = "dd/MM/yyyy"
Giorno = DateTime.DateParse("01/01/2013")
DateTime.DateFormat = "EEEEE, dd MMMMM yyyy"
Log(DateTime.Date(Giorno))
but the output is:
M, 01 G 2013
instead of:
Martedì, 01 Gennaio 2013
Why?
Thank you.