#3608 closed bug (notabug)
Incorrect Calendar in Datepicker
Reported by: | Apreche | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The jquery ui datepicker has an incorrect calendar. Go to the demo page @ http://ui.jquery.com/repository/latest/demos/functional/#ui.datepicker and open any of the datepickers to the month of November, 2008. You will notice that both Sunday and Monday are both listed as November the 2nd. This results in the rest of the month being incorrect as well. Today is Wednesday November 19, 2008, but the datepicker has November 19 on a Thursday because all the dates have been pushed forward by one.
For some reason this error does not carry over to the month of December. Only November 2008 seems to be broken, but I imagine there might be other months with similar errors.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I encountered the same problem (with 1.5.2 stable). However, funny thing : it does not happen when I use the firstDay : 1
setting.
@Apreche: did you encountered the same problem with 1.6.2?
comment:3 follow-up: 4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Fixed in 1.6.2.
comment:4 Changed 13 years ago by
Replying to joern.zaefferer:
Fixed in 1.6.2.
Still happens in 1.7.2, but I have only an screen-shot done by a customer showing November 1st 2009 on Saturday instead of Sunday.
The functional demos are probably still using the stable release. Try it with 1.6rc2 and see if the problem still exists.