Opened 7 years ago
Closed 7 years ago
#14887 closed feature (worksforme)
add formatted date on hover option to the datepicker widget
Reported by: | Michael Ruffolo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For Example change this line: "' href='#'>" + printDate.getDate() + "</a>")) + "</td>";
to this, but offer formatting configuration options. "' href='#' title='"+ this.formatDate("oo", printDate)+ "'>" + printDate.getDate() + "</a>")) + "</td>";
Nice to see another format such as Day of Year when hovering over a calendar day. or just flag to enable hovering day of year for every calendar day.
Note: See
TracTickets for help on using
tickets.
You can do this with the beforeShowDay option.