Timestamp to DateTime |
[eluser]codelearn[/eluser]
Hi Guys, I found a function to convert DateTime to Timestamp ($event_date is in datetime format): Code: list($date, $time) = explode(' ', $event_date); Any idea how I could reverse this function? Thank you.
[eluser]pistolPete[/eluser]
Have a look at the date() function: http://php.net/manual/en/function.date.php |
Welcome Guest, Not a member yet? Register Sign In |