B4J Question Because I write the date in the format changed

desof

Well-Known Member
Licensed User
Longtime User
Hello I am writing in a database and I need a date format is well!

dd / mm / yyyy

and I am using

B4X:
(Datetime.date (DateTime.Now))

but in the database I write it in this format:

mm / dd / yyyy

How can I fix this?
 
Top