Hi,
I am developing an application with a jquery.ui. datepicker in asp.net mvc3.I
had set date format as dd/mm/yyyy ,but i changed my system date format.
After that it is effecting the datepicker.The calender dates are loading
default with 2018 date.
My system os is-windows 7
plugin version -jquery-ui-1.8.11.js
Code for datepicker:
$("#StartDate,#EndDate").datepicker({
defaultDate: "+1w",
changeMonth: true,
numberOfMonths: 1,
setDate: new Date(),
dateFormat:'mm/dd/yyyy'
});
Original issue reported on code.google.com by maheswar...@gmail.com on 26 Jul 2012 at 9:50
Original issue reported on code.google.com by
maheswar...@gmail.com
on 26 Jul 2012 at 9:50