Ticket #4163: sfWidgetDate.patch
| File sfWidgetDate.patch, 0.7 kB (added by camason, 1 year ago) |
|---|
-
lib/widget/sfWidgetFormDate.class.php
old new 24 24 * Available options: 25 25 * 26 26 * * format: The date format string (%month%/%day%/%year% by default) 27 * * years: An array of years for the year select tag (optional)27 * * years: An array of years for the year select tag as $key => $value (optional) 28 28 * * months: An array of months for the month select tag (optional) 29 29 * * days: An array of days for the day select tag (optional) 30 30 * * can_be_empty: Whether the widget accept an empty value (true by default)

