Files
newznab-tmux/www/plugins/modifier.strtotime.php
T

6 lines
80 B
PHP
Executable File

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