update
This commit is contained in:
9
core/plugins/Smarty/modifier.timeMod.php
Normal file
9
core/plugins/Smarty/modifier.timeMod.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @author mago
|
||||
*/
|
||||
|
||||
function smarty_modifier_timeMod($string) {
|
||||
return date('H:i',strtotime($string));
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user