Go here for the final date time fix:
http://pasteit.com/114
Why? The regex doesn't catch things like 13/25/2011 or 02/31/2011 (Feb doesn't have 31 days). The regex validator is just a convenience for the client side to catch the typical errors. This will prevent DateTime conversion format exceptions.
Go here for the final date time fix:
http://pasteit.com/114
Why? The regex doesn't catch things like 13/25/2011 or 02/31/2011 (Feb doesn't have 31 days). The regex validator is just a convenience for the client side to catch the typical errors. This will prevent DateTime conversion format exceptions.