Changeset 1480
- Timestamp:
- 06/20/06 18:09:45 (4 years ago)
- Files:
-
- branches/slickrick/lib/helper/FormHelper.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/slickrick/lib/helper/FormHelper.php
r1472 r1480 1827 1827 1828 1828 /** 1829 * Converts date values (<i>$value</i> into its correct date format (<i>$format_char</i>)1829 * Converts date values (<i>$value</i>) into its correct date format (<i>$format_char</i>) 1830 1830 * 1831 1831 * This function is primarily used in select_date_tag, select_time_tag and select_datetime_tag. … … 1862 1862 1863 1863 /** 1864 * Converts date values (<i>$value</i> into its correct date format (<i>$format_char</i>) 1865 * 1866 * This function is primarily used in select_date_tag, select_time_tag and select_datetime_tag. 1867 * 1868 * <b>Note:</b> If <i>$value</i> is empty, it will be populated with the current date and time. 1864 * Converts specific <i>$options</i> to their correct HTML format 1869 1865 * 1870 1866 * @param array options

