Using MVC4 with client-side & unobtrusive validation enabled, I'm trying to understand how the validation determine if an entered DateTime value is valid or not.
In my application this formatted date is valid: 01/31/2013
,
while if I enter: 31/01/2013
, I get:
The field [fieldId] must be a date
How does it determined what is a valid date?