Page 1 of 1

ParseDate() - More mask tokens

Posted: Wed Apr 17, 2019 8:54 am
by RSBasic

Code: Select all

ParseDate("...", "Tue Apr 16, 2019 2:03 pm")
My wishes:
-a token for day of the week (e.g. Tue and Tuesday)
-a token for month name (e.g. Apr and April)
-a token for am or pm

Thank you

Re: ParseDate() - More mask tokens

Posted: Wed Apr 17, 2019 9:37 am
by davido
+1

Re: ParseDate() - More mask tokens

Posted: Wed Apr 17, 2019 9:44 am
by NicTheQuick
But please add localization, so also day and month names in other languages work too.