engineer9090909090909090 / jquery-datepicker

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

endDate - possible off-by-one error? #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I set the parameters:

startDate: '07/01/2010',
endDate: '07/31/2010'

But when I open the datepicker, selecting the 31st will not fill in a date, the 
text input remains blank. Clicking the 30th works fine.  Clicking the 1st works 
fine too.  

I believe I am using the latest version:
$Id: jquery.datePicker.js 94 2010-01-25 02:25:27Z kelvin.luck $

Original issue reported on code.google.com by brian.j....@gmail.com on 15 Jul 2010 at 2:57

GoogleCodeExporter commented 8 years ago
This was fixed in r100. You can get it from svn or directly from my site:

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePi
cker.js

Original comment by kelvin.l...@gmail.com on 15 Jul 2010 at 3:00