Skip to main content

Bug Tracker

Side navigation

#2593 closed enhancement (invalid)

Opened March 27, 2008 10:32AM UTC

Closed October 03, 2010 03:05AM UTC

jquery.datepicker using months instead of prev and next

Reported by: atlithorn Owned by: iMarc
Priority: trivial Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: datepicker Cc:
Blocked by: Blocking:
Description

We needed to replace prev and next links with corresponding month names. If you are interested please find included a patch to enable this behaviour. We enable this feature by setting prevText/nextText to null in the options. We also needed to disable currentText so setting that option to null simply blanks the currentText link

Attachments (1)
  • ui.datepicker.patch (1.8 KB) - added by atlithorn March 27, 2008 10:32AM UTC.

    patch to version 3.4 to enable monthnames instead of prev and next

Change History (3)

Changed March 27, 2008 10:40AM UTC by atlithorn comment:1

We really do not want to have to change the source but because there is no 'beforeShowMonth' callback (could be at the beginning of _updateDatePicker... and we could update prevText/nextText manually there) we were forced to go this route.

Changed March 27, 2008 02:32PM UTC by paul comment:2

owner: pauliMarc

Changed October 03, 2010 03:05AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Not a jQuery core bug.