I have a situation where I am having trouble with the client side validation of a datetime field. When I try to submit it keeps telling me the date is invalid (27/7/2013).
When using jQuery validation for dates, you will find out that it does not work well for dates using Chrome. This happens when you use a non-US locale.
The solution has presented at Fixing jQuery non-US Date Validation for Chrome