Solved
Expression rule for Date
I want to convert a date from 2/JAN/2020 this format to 01/02/2020 this format.
that is if the user adds the date in dd/MM(text)/yyyy , we have to convert it to MM/dd/yyyy
How can I achieve this
I want to convert a date from 2/JAN/2020 this format to 01/02/2020 this format.
that is if the user adds the date in dd/MM(text)/yyyy , we have to convert it to MM/dd/yyyy
How can I achieve this
You will have to parse such special format manually. Use split() and a list of the month names to convert it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.