I try to show sever time but but will not show properly..........
and i user the Vertrigo server.
is ther any setting ?
if anyone have the answer, reply me.

Regards........

Recommended Answers

All 3 Replies

Use php's but n date function

<?php
echo date('d F Y H:i:s', time());
?>

Yep, you need date() to format it because time() will just give an integer on its own (the number of seconds since the UNIX epoch i think) which isnt very human-friendly

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.