Changeset 16259
- Timestamp:
- 03/12/09 12:42:00 (1 year ago)
- Files:
-
- branches/1.1/lib/widget/sfWidgetFormDate.class.php (modified) (1 diff)
- branches/1.2/lib/widget/sfWidgetFormDate.class.php (modified) (1 diff)
- branches/1.3/lib/widget/sfWidgetFormDate.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/widget/sfWidgetFormDate.class.php
r15283 r16259 26 26 * * format: The date format string (%month%/%day%/%year% by default) 27 27 * * years: An array of years for the year select tag (optional) 28 * Be careful that the keys must be the years, and the values what will be displayed to the user 28 29 * * months: An array of months for the month select tag (optional) 29 30 * * days: An array of days for the day select tag (optional) branches/1.2/lib/widget/sfWidgetFormDate.class.php
r15283 r16259 26 26 * * format: The date format string (%month%/%day%/%year% by default) 27 27 * * years: An array of years for the year select tag (optional) 28 * Be careful that the keys must be the years, and the values what will be displayed to the user 28 29 * * months: An array of months for the month select tag (optional) 29 30 * * days: An array of days for the day select tag (optional) branches/1.3/lib/widget/sfWidgetFormDate.class.php
r15283 r16259 26 26 * * format: The date format string (%month%/%day%/%year% by default) 27 27 * * years: An array of years for the year select tag (optional) 28 * Be careful that the keys must be the years, and the values what will be displayed to the user 28 29 * * months: An array of months for the month select tag (optional) 29 30 * * days: An array of days for the day select tag (optional)

