Search and Top Navigation
#14887 closed feature (worksforme)
Opened December 09, 2015 08:55PM UTC
Closed December 16, 2015 05:04PM UTC
add formatted date on hover option to the datepicker widget
Reported by: | mruffolo | 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.
Attachments (0)
Change History (1)
Changed December 16, 2015 05:04PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
You can do this with the beforeShowDay option.