PHP: I need a lil help
PHP: I need a lil help
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- rabattski&rabattski0
i assume you already extracted the unix timestamp from your database.
either use time or date.
date("Y/m/d",timestamp)
or
time("Y/m/d",timestamp)
just take your time at php.net to understand it. most usefull bits are always in the comments.
http://de.php.net/manual/en/func…
http://de.php.net/manual/en/func…
date("D M j G:i:s T Y");