Android Question weird date string

Mrjoey

Active Member
Licensed User
Longtime User
hello , i got a date string in another language "٠١/١٩/٢٠١٥" its indonesian,is there a way to get date in a fixed format whatever the language is? here is my code
B4X:
Dim DatsStr As String = DateTime.Date(DateTime.Now)
Thank you.
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
You could try using locale lib and force locale to be English.
 
Upvote 0
Top