I am using MVC 4 and am wondering if there is a bug in the Datetime culture info?
I am trying to get Australian dates to work (dd/MM/yyyy), but it keeps saying that
What about creating a proxy function?
var _date = $.validator.methods.date; $.validator.methods.date = function (value, element) { return _date.call(this, Globalize.parseDate(value), element); };