Date validation

Certified Associate Developer

Hi,

I am working on a date validation, where I want the date format based on various user locale to be converted into a common date format "dd/MM/yyyy". I am using "datetext()" function and it gets converted into the desired format whenever I tried to enter the value based on the user's calender format. But whenever I tried for other test scenarios, it fails. For example: If I enter date as "dd.MM.yyyy" in the expression of the test inputs, then in the value of the test input, I don't get the entered date in the desired format("dd/MM/yyyy") . I need every date formats of the various user locales to be converted into "dd/MM/yyyy". Please provide some suggestions.

Thank you.

  Discussion posts and replies are publicly visible