Files
newznab-tmux/libs/smarty/plugins/modifier.strtotime.php
T
DariusIII febc882e79 Properly update to smarty 3.1.27.
(cherry picked from commit a02262a)
2015-06-24 00:59:56 +02:00

6 lines
80 B
PHP

<?php
function smarty_modifier_strtotime($date)
{
return strtotime($date);
}
?>