[solved] simple time help

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
benyboi
Forum Commoner
Posts: 80
Joined: Sat Feb 24, 2007 5:37 am

[solved] simple time help

Post by benyboi »

Can someone help me, how do i turn the time in this format: 1180090627 into something more user friendly? like year, month, day, hour, min?

thanks
Last edited by benyboi on Thu Jun 28, 2007 5:50 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

That looks like a standard timestamp. date().
benyboi
Forum Commoner
Posts: 80
Joined: Sat Feb 24, 2007 5:37 am

Post by benyboi »

the magic word: "timestamp".

thanks!
Post Reply