can any one help regarding Regular expression
1) for date in format of dd/mm/yyyy which will accept date like 30/09/2017 and 01/01/2017
2) and for date format like dd-mm-yyyy
No not for leap year.
As i already told you regular expression should not be used for date validation. So you need to handle those in code behind or its better let the user to select date form calander control.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.