So i am running xZero classifieds, and i am trying to set it up so that the time is for Mountain Standard. I want to know if this is possible by editing anything here? Basically, its the time function that everything else goes to, i do believe
Thanks in advance
Code:
function QuickDate($timestamp, $showtime=TRUE, $gmt=FALSE, $format="")
{
if(!$format)
{
if($showtime) $format = $GLOBALS['langx']['datetimeformat'];
else $format = $GLOBALS['langx']['dateformat'];
}
return xDate($timestamp, $gmt, $format, $GLOBALS['langx']['months'], $GLOBALS['langx']['weekdays']);
}
Thanks in advance






