stu14t Active Member Licensed User Longtime User Jan 3, 2013 #1 Is there any way to localise the date format? My phone language is set to English UK but the date in my app, by default, formats to US MM,dd,yyyy whereas the UK date format is dd,MM,yyyy. I have forced the format to UK format but would rather that it automatically localises.
Is there any way to localise the date format? My phone language is set to English UK but the date in my app, by default, formats to US MM,dd,yyyy whereas the UK date format is dd,MM,yyyy. I have forced the format to UK format but would rather that it automatically localises.
Erel B4X founder Staff member Licensed User Longtime User Jan 4, 2013 #2 You can use: B4X: DateTime.DateFormat = DateTime.DeviceDefaultDateFormat Upvote 0
stu14t Active Member Licensed User Longtime User Jan 4, 2013 #3 Erel, Once again, many thanks Stuat Upvote 0