I need regular expression for validating datetime as "MM/DD/YYYY HH:MM" where time is in 24hr format.
Can anybody help me solve this.
Thanks for sharing your wisdom.
I need regular expression for validating datetime as "MM/DD/YYYY HH:MM" where time is in 24hr format.
Can anybody help me solve this.
Thanks for sharing your wisdom.
You can use a RangeValidator with a given rage of dates or a CustomValidator and then use DateTime.Parse from that