That works. How come many requests for this since have overlooked this?
Where do you want the time to be displayed?But, not work for me ... :/ (Default Style)
Slightly off topic now,Note that it adjusts the time for the user's time zone:
http://xenforo.com/community/account/preferences
I don't know of a function to show the server time without applying the time zone of the user.
public static function helperServerTime()
{
$date = date('h:i a', time());
return $date;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.