Search and Top Navigation
#8507 closed bug (worksforme)
Opened August 18, 2012 05:18PM UTC
Closed October 19, 2012 08:34PM UTC
Not right day of week in datepicker
Reported by: | jaropolk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Instance of jquery-ui: https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.js
OS: Ubuntu 12.04 (precise) 64-bit
browser: Chrome 21.0.1180.79
piece of code:
$(function() { $("#birthday").datepicker($.datepicker.regional["ru"]); $("#birthday").datepicker( "option", { changeYear: true, changeMonth: true }); });
bug:
''if you try to follow to april of 1984 so datepicker will show you that for instance april 22 of 1984 is a Saturday but actually it should be a Sunday. It's funny but in 1984 this error only for april! In april 1985 this bug don't happen but in april 1983 bug exist.''
Attachments (0)
Change History (2)
Changed October 11, 2012 02:45PM UTC by comment:1
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 08:34PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/WqFyh/
If you can still reproduce it, please feel free to reopen the bug. Thanks!