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:
Top