I have an app that I have recently upgraded to .Net 4.5.1 and MVC 4. I am using the jQuery datepicker and jQuery.validation 1.11.1.
I am in the UK therefore the dates will be in the en-GB locale ("dd/mm/yyyy"). I have tried what is suggested here, here and here but to no avail.
I also have in my web.config:
<globalization uiCulture="en-GB" culture="en-GB" />
and have set the globalisation in IIS to en-GB, but every date that is input is validated as a US format date.
Can anyone help please?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…