Procedural File: function.dateformat.php
Source Location: /system/pnRender/plugins/function.dateformat.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_dateformat [line 23]
void smarty_function_dateformat(
format $params, datetime &$smarty, assign 2)
|
|
DateFormat
Tags:
Parameters
| assign |
2 |
The smarty variable we wish to assign the result to (optional) |
| format |
$params |
The date format we wish to convert to (optional) (default='Y-m-d') |
| datetime |
&$smarty |
The datetime we wish to convert |
|
|