Opened 11 years ago
Closed 11 years ago
#6972 closed enhancement (wontfix)
Datepicker: Add date details into day cell class
Reported by: | letynsoft | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, i needed to add current date into every date's class so i have updated the source and here is patch for this:
1497a1498 > 'ui-date-'+printDate.getFullYear()+'-'+(printDate.getMonth() < 10 ? "0"+printDate.getMonth() : printDate.getMonth())+'-'+(printDate.getDate() < 10 ? "0"+printDate.getDate() : printDate.getDate()) + //[email protected] 2011-02-11: add date details into class
Note: See
TracTickets for help on using
tickets.
Use the beforeShowDay option. In the future, if you have a feature request, please provide the actual reason that the feature is useful.