Using one of the built-in validator controls allow you to easily validate date formats for user inputs.
The CompareValidator has a DataTypeCheck operator that simply validates the format according to datatype... The caveat however is that if presentation format differs from input format, it will always give out errors on redisplaying the page, i.e. for dates, you must display dates in the standard numerical formats as opposed to ...