Opened 10 years ago

Last modified 10 years ago

#9681 open bug

Datepicker: showWeek + multiple months can display label for week that is not present

Reported by: gtournie Owned by:
Priority: minor Milestone: none
Component: ui.datepicker Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:

Description

$('#datepicker').datepicker({ showWeek: true, numberOfMonths: 2, firstDay: 1 }).datepicker('setDate', new Date(2013, 11, 1))

http://jsfiddle.net/HwBt6/

On December 2013 - January 2014, right calendar: an empty row is displayed with the 6th week.

Tested on Chrome & Firefox & IE(8), on Ubuntu 12.10 & windows 8, with:

  • jquery 2.0.3 (+2.0.2)
  • jquery-ui 1.10.3

Change History (1)

comment:1 Changed 10 years ago by tj.vantoll

Status: newopen
Summary: Datepicker bug with weeksDatepicker: showWeek + multiple months can display label for week that is not present
Note: See TracTickets for help on using tickets.