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 sti
$(function () { $(".datepicker").datepicker({ dateFormat: 'dd/mm/yy' }); });