unknown1 Posted December 15, 2009 Share Posted December 15, 2009 Hello all, I have two timestamps one is a start date and the other an expire date. What I want to know is how I would go about finding the time remaining between the two date in a DATE/TIME format? Thanks in advance!! Link to comment https://forums.phpfreaks.com/topic/185175-unix-timestamp/ Share on other sites More sharing options...
unknown1 Posted December 15, 2009 Author Share Posted December 15, 2009 Not sure if I posted this in the correct place... I assume so but correct me if I'm wrong. Link to comment https://forums.phpfreaks.com/topic/185175-unix-timestamp/#findComment-977500 Share on other sites More sharing options...
cags Posted December 15, 2009 Share Posted December 15, 2009 date('Y-m-d, H:i:s', $date1 - $date2); Link to comment https://forums.phpfreaks.com/topic/185175-unix-timestamp/#findComment-977656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.