I want a Regular Expression for validation Persian date like 1396/4/3
, 1396/12/08
or something else.
in other words, I want to ensure that format of Persian Date (as String
) is some thing like these valid formats are:
1.YYYY/MM/DD
2.YYYY/MM/D
3.YYYY/M/DD
4.YYYY/M/D
any Solution?