Opened 11 years ago
Closed 10 years ago
#8507 closed bug (worksforme)
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.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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!