Unobtrusive Validation on en-GB Dates
问题 I am designing a data input form using asp.net MVC4 which has an input of type date. Using the unobtrusive jQuery library in chrome and jQueryUI datepicker I was still getting an error (The field news_date must be a date.), after selecting a correct date format, using the datepicker (i.e. 14/02/2013) and submitting the form. Some searching suggested I should use the jQuery.globilization library. So after reading the documentation I added a reference to the following script. $(document).ready