[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty plugin
File Size: | 394 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 2 files libraries/Smarty/libs/plugins/shared.make_timestamp.php libraries/Smarty/libs/plugins/shared.escape_special_chars.php |
smarty_function_html_select_date($params, $template) X-Ref |
Smarty {html_select_date} plugin Type: function<br> Name: html_select_date<br> Purpose: Prints the dropdowns for date selection. ChangeLog: <pre> - 1.0 initial release - 1.1 added support for +/- N syntax for begin and end year values. (Monte) - 1.2 added support for yyyy-mm-dd syntax for time value. (Jan Rosier) - 1.3 added support for choosing format for month values (Gary Loescher) - 1.3.1 added support for choosing format for day values (Marcus Bointon) - 1.3.2 support negative timestamps, force year dropdown to include given date unless explicitly set (Monte) - 1.3.4 fix behaviour of 0000-00-00 00:00:00 dates to match that of 0000-00-00 dates (cybot, boots) - 2.0 complete rewrite for performance, added attributes month_names, *_id </pre> author: Andrei Zmievski author: Monte Ohrt <monte at ohrt dot com> author: Rodney Rehm param: array $params parameters param: Smarty_Internal_Template $template template object return: string |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |