Skip to main content

Search and Top Navigation

#6972 closed enhancement (wontfix)

Opened February 11, 2011 10:50AM UTC

Closed February 11, 2011 01:14PM UTC

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()) + //martin@tvarwebu.cz 2011-02-11: add date details into class

Attachments (0)
Change History (1)

Changed February 11, 2011 01:14PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

Use the beforeShowDay option. In the future, if you have a feature request, please provide the actual reason that the feature is useful.