Click here to Skip to main content
15,881,600 members
Articles / Programming Languages / C#

Validating dates in dd-MMM-yyyy format

Rate me:
Please Sign up or sign in to vote.
3.35/5 (9 votes)
3 Jul 2011CPOL 27.9K   9  
using System.Text.RegularExpressionsprivate void fnValidateDateFormat(string strStartDate,string strEndDate){ Regex regexDt = new...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
13 May 2010Luc Pattyn
This is an alternative to "Validating Dates in dd-MMM-yyyy format"

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions