GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   stupid php time conversion question (https://gfy.com/showthread.php?t=564744)

mrthumbs 01-17-2006 07:14 AM

stupid php time conversion question
 
not really php even but it will attract the right people i hope:

3600 seconds is 1 hour so i want to display the hours its 3600/3600 = 1

7200 is 2 hours 7200 / 3600 = 2

7260 is 2 hours and 1 minute but how do i calculate that?

10740 for example is 2:59 ..

mrthumbs 01-17-2006 07:19 AM

fuck im so stupid..

got it:

$hours = intval(intval($seconds) / 3600);
$minutes = intval(($seconds / 60) % 60);

:-)

Screaming 01-17-2006 07:24 AM

Well glad you worked that out lol


All times are GMT -7. The time now is 01:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123