Hi Team,
I have tried to create Accuracy rule for Date datatype to check whether Date is in the standard format.
Accurate rule should be as follows:
- Standard date format is ‘MM-DD-YYYY’.
- If date is entered in any format other than the above mentioned (‘DD-MM-YYYY’ or ‘YYYY-MM-DD’ or ‘YYYY-DD-MM’) then it should be considered as inaccurate.
When I tried using regex expression, I am getting error.
Any ideas?