|
$ret = date('w#m#'. $ret, $stamp ); // to reduce the date calls we retrieve m and w in the same call
|
|
$ret = date('w#m#'. $ret, $stamp ); // to reduce the date calls we retrieve m and w in the same call
|
|
$aParts = explode('#',$ret); // extract day and month in order to replace later by intl day and month
|
|
$aParts = explode('#',$ret); // extract day and month in order to replace later by intl day and month
|
|
$ret = str_replace(array('$1','$4','$2','$3',), array(getDayAbrv($aParts[0]),
|
|
$ret = str_replace(array('$1','$4','$2','$3',), array(getDayAbrv($aParts[0]),
|