Modify ↓
Ticket #2699 (closed enhancement: invalid)
[Patch] ui.datepicker - Higlight custom dates
| Reported by: | adis | Owned by: | iMarc |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Datepicker | Cc: | |
| Blocking: | Blocked by: |
Description
When using DatePicker in "inline" mode, it would be nice to be able to highlight/emphasize some dates in addition to today and selected date. Example usage:
$('#datepicker').datepicker({hlDates: ['4 10, 2008', '4 4, 2008']});
I used existing 'datepicker_today' class to make patch shorted, new CSS class should probably be created for this purpose.
Attachments
Change History
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.

