engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Error with the endDate parameter #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I want to block the calendar to the date time actuel.

I do :
Date.format = 'dd-mm-yyyy';
$('.datePick').datePicker({endDate:new Date().asString(),
clickInput:true}).val(new Date().asString());
;
$(type+elem).dpSetStartDate('01-01-2009');

And for exemple if today is the 15-11-2009 and change to 13-12-2009, it
works but it i want to come back to the 15-11-2009 it do nothing.

Thanks for help

Original issue reported on code.google.com by paul.bo...@gmail.com on 15 Nov 2009 at 4:43

GoogleCodeExporter commented 8 years ago
I test the version 2.1.2 and it don't see the bug. Why ?

in : jquery.datePicker.js 15 2008-12-17 04:40:18Z kelvin.luck => OK

in : jquery.datePicker.js 84 2009-08-05 17:54:35Z kelvin.luck@gmail.com => not 
work

Thanks

Original comment by paul.bo...@gmail.com on 15 Nov 2009 at 5:02