Re: [PHP] determine number of days, hours & minutes between 2 dates

2001-01-17 Thread Richard Lynch
> The subject pretty much explains it all. I have 2 dates (MMDDHHSS > format) and want to determine the number of days, hours, minutes and seconds > left from the later date to the earlier date. I figure I could do all this > using date arithmatic, divide by 60 seconds in a minute, 60 minute

[PHP] determine number of days, hours & minutes between 2 dates

2001-01-17 Thread jeremyf10
The subject pretty much explains it all. I have 2 dates (MMDDHHSS format) and want to determine the number of days, hours, minutes and seconds left from the later date to the earlier date. I figure I could do all this using date arithmatic, divide by 60 seconds in a minute, 60 minutes in an