Michdd Posted April 18, 2009 Share Posted April 18, 2009 What's the easiest way to convert a unix time stamp to a normal time? Link to comment https://forums.phpfreaks.com/topic/154609-unix-time-stamp-normal-time/ Share on other sites More sharing options...
JasonLewis Posted April 18, 2009 Share Posted April 18, 2009 Use the date function with the timestamp parameter. echo date("jS F Y", time() - 86400); Link to comment https://forums.phpfreaks.com/topic/154609-unix-time-stamp-normal-time/#findComment-813013 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.