ohdang888 Posted November 17, 2008 Share Posted November 17, 2008 i'm having trouble converting timestamp into a date... and php.net isn't help b/c it doesnt show a timestamp way... i have this timestamp: 2008-11-16 15:09:18 how do i turn that into Nov 16, 08 thanks!! Link to comment https://forums.phpfreaks.com/topic/133000-solved-date/ Share on other sites More sharing options...
gaza165 Posted November 17, 2008 Share Posted November 17, 2008 $date = "2008-11-16 15:09:18"; date("F j, Y",strtotime($date)); Link to comment https://forums.phpfreaks.com/topic/133000-solved-date/#findComment-691731 Share on other sites More sharing options...
ohdang888 Posted November 17, 2008 Author Share Posted November 17, 2008 thanks! Link to comment https://forums.phpfreaks.com/topic/133000-solved-date/#findComment-691732 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.