Hi,
Is there a way I can retrieve the format of date or Time depending on the current locale?
Currently, I am setting a variable sdate using sdate=FormateDate(Now(),"mm/dd/yyyy")
This sdate it used to run commandline tasks.
The format "mm/dd/yyyy" works fine for en-us locale but will not work for other locales.
So is there an algorithm that I can use to get the format "mm/dd/yyyy".
Cannot use setlocale and getlocale.
Any ideas appereciated.
Thank you
Is there a way I can retrieve the format of date or Time depending on the current locale?
Currently, I am setting a variable sdate using sdate=FormateDate(Now(),"mm/dd/yyyy")
This sdate it used to run commandline tasks.
The format "mm/dd/yyyy" works fine for en-us locale but will not work for other locales.
So is there an algorithm that I can use to get the format "mm/dd/yyyy".
Cannot use setlocale and getlocale.
Any ideas appereciated.
Thank you