top



What is the HTML name for ''Current date/time is Wed 3 Aug 2011 - 22:29'' like phpBB3 have it.

I just wrote this

Code:
{CURRENT_TIME}
and it was the right one ;D

And if you using it on HTML page, can u use this. Happy

Code:
document.write(new Date());

Gangstar15 wrote:I just wrote this
Code:
{CURRENT_TIME}
and it was the right one ;D

Thanks, this is solved now Smile

Solved and locked