Side navigation
#2699 closed enhancement (invalid)
Opened April 16, 2008 08:34PM UTC
Closed July 11, 2010 06:43PM UTC
[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: | |
Blocked by: | Blocking: |
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.