MyBB Community Forums

Full Version: Code for the time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What's the code for putting the time on the index??

I'm looking for something like {$boardtime}, that sort of thing.
You can use the variables $datenow and $timenow, which are defined in global.php.
Brilliant, thanks Big Grin