This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery-ui
Watch
1
Star
1
Fork
0
You've already forked jquery-ui
mirror of
https://github.com/jquery/jquery-ui.git
synced
2026-04-20 03:02:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1.9m5
jquery-ui
/
tests
/
unit
/
datepicker
History
Jörn Zaefferer
92b0f6702a
There's no guard against unparsed characters at the end of the date string, any extra characters are just ignored
...
Fixes
#7244
- Datepicker: parseDate() does not throw an exception for long years
2011-05-18 17:30:26 +02:00
..
datepicker_core.js
Datepicker: Remove old "ui-datepicker-multi-N" before add new one.
Fixed
#6704
- Display overflow when multiple datepickers have different numberOfMonths.
2011-05-05 04:11:48 +09:00
datepicker_defaults.js
datepicker unit tests: split tests into individual files
2009-02-04 04:27:14 +00:00
datepicker_events.js
Datepicker: onClose callback should be triggered by show.
Fixed
#6656
- onClose event not triggered.
2011-05-07 06:03:14 +09:00
datepicker_methods.js
Datepicker: Disabled datepicker should disable own select element too.
Fixed
#6850
- Disable datepicker should disable month and year dropdowns.
2011-05-07 04:53:37 +09:00
datepicker_options.js
Datepicker: Greedy matching in month name.
Fixed
#7062
- $.datepicker.parseDate does not work for some locale date strings.
2011-05-05 05:06:27 +09:00
datepicker_tickets.js
There's no guard against unparsed characters at the end of the date string, any extra characters are just ignored
2011-05-18 17:30:26 +02:00
datepicker.html
Datepicker: onClose callback should be triggered by show.
Fixed
#6656
- onClose event not triggered.
2011-05-07 06:03:14 +09:00