RE: [PHP] Getting elapsed time

2003-10-10 Thread Jay Blanchard
[snip] Is there a simple way (a built in function) to get the elapsed time between two given timestamps (-MM-DD HH:MM:SS)? [/snip] http://www.php.net/strtotime -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting elapsed time

2003-10-10 Thread Jeff McKeon
Is there a simple way (a built in function) to get the elapsed time between two given timestamps (-MM-DD HH:MM:SS)? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting elapsed time between two MySQL time fields

2001-12-31 Thread Tom Beidler
I have some records in a MySQL database that store a start and stop time. In my display page that displays the record info I would like to use PHP to find the elapsed time between the two fields. So if I had; Start 13:44:20 Stop 13:49:25 Possibly use a function to calculate Elapsed 5:05 Do I ne