Modify ↓
Ticket #2593 (closed enhancement: invalid)
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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by atlithorn
-
attachment
ui.datepicker.patch
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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