summaryrefslogtreecommitdiff
path: root/smarty_bit/modifier.bit_long_datetime.php
blob: f7b14ed81b13e95bffcd8bc9609c273460a32e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

require_once $smarty->_get_plugin_filepath('modifier','bit_date_format');
function smarty_modifier_bit_long_datetime($string)
{
	global $gBitSystem;
	return smarty_modifier_bit_date_format($string, $gBitSystem->get_long_datetime_format(), null, "%A %d ".tra('of')." %B, %Y[%H:%M:%S %Z]");
}

/* vim: set expandtab: */

?>