Open GoogleCodeExporter opened 9 years ago
You will have to set the startDate and endDate parameters in the definition of
your datepicker.
$('.date-pick').datePicker(
{
clickInput: true,
startDate: '2012-08-31', //Some date in the past
endDate: '2014-01-20 00:00:00' //Some date, today in your case.
}
Original comment by anders.w...@gmail.com
on 31 Aug 2012 at 9:51
Original issue reported on code.google.com by
wgeffing...@gmail.com
on 5 Jul 2012 at 9:16