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!
http://php.net/time returns a unix timestamp, you can then pass this unix timestamp into http://php.net/date
(date on it's own without a time passed in uses the current time)
See http://php.net/date for the display/format options