ServerTime

Marocinoh

Member
Hi,
How I can find Server Time without Xenforo, just php code.
Example: $_SERVER['REQUEST_TIME']

Xenforo have't servertime default like vBulletin.
 

Attachments

  • Sans titre 1.webp
    Sans titre 1.webp
    1.2 KB · Views: 23
What Jake posted displays the date and time.

If you just want the time only:

{xen:time $serverTime, 'absolute'}
 
Top Bottom