time with date

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
delhiris
Forum Commoner
Posts: 33
Joined: Sun Sep 06, 2009 3:57 pm

time with date

Post by delhiris »

Hi
I like my web page to have server time with date.
Please tell me some code from you or on the web.

Tanks advance
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: time with date

Post by Mark Baker »

echo date('d-M-Y H:i:s');
Post Reply