31 if ($format === null) {
37 require_once(SMARTY_PLUGINS_DIR .
'shared.make_timestamp.php');
38 if ($string !=
'' && $string !=
'0000-00-00' && $string !=
'0000-00-00 00:00:00') {
40 }
elseif ($default_date !=
'') {
45 if($formatter==
'strftime'||($formatter==
'auto'&&strpos($format,
'%')!==
false)) {
47 $_win_from = array(
'%D',
'%h',
'%n',
'%r',
'%R',
'%t',
'%T');
48 $_win_to = array(
'%m/%d/%y',
'%b',
"\n",
'%I:%M:%S %p',
'%H:%M',
"\t",
'%H:%M:%S');
49 if (strpos($format,
'%e') !==
false) {
51 $_win_to[] = sprintf(
'%\' 2d', date(
'j', $timestamp));
53 if (strpos($format,
'%l') !==
false) {
55 $_win_to[] = sprintf(
'%\' 2d', date(
'h', $timestamp));
57 $format = str_replace($_win_from, $_win_to, $format);
59 return strftime($format, $timestamp);
61 return date($format, $timestamp);
static $_DATE_FORMAT
The date format to be used internally (accepts date() and strftime())
smarty_make_timestamp($string)
Function: smarty_make_timestamp Purpose: used by other smarty functions to make a timestamp from a s...
if(strlen($date2)== '10') if($type== 'users-by-age'&&a_priv('admin_users', true)) elseif($type== 'forums-count'&&a_priv('admin_content', true)) elseif($type== 'forums-categories'&&a_priv('admin_content', true)) elseif($type== 'users-count'&&a_priv('admin_users', true)) elseif($type== 'product-categories'&&a_priv('admin_products', true)) elseif($type== 'users-by-sex'&&a_priv('admin_users', true)) elseif($type== 'users-by-country'&&a_priv('admin_users', true)) elseif($type== 'sales'&&a_priv('admin_sales', true))