PHP Date Picker Class 1.0.7 (Default branch) |
|
|
Thursday November 15, 2007. 08:31 PM FreshMeat
PHP Date Picker Class will automatically generate
the required HTML and JavaScript code that will
make a pop-up window appear to let the user choose
a date from a calendar. The selected date will be
passed to a user-specified control from the
calling page. Every aspect is customizable by
modifying a template and a related CSS file.
The format in which the date is returned, the
default date and time period, and the first day of
the week can be selected.
License: Free To Use But Restricted
Changes:
This release fixes a bug where on some installations, months could not be changed. It fixes a bug where selectableDatesRange couldn't be used without also using selectableYearsRange. The datepicker now pops up in the center of the screen. A new property, "showGoToCurrentMonthYear" was added which, when set to TRUE, will show another button that when clicked sends the datepicker back to current month/year.
|