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........
What do you mean by properly and what is it showing now?
you will need to use the date() function and its formatting string.
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
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.