Quick Search:
CODE
Oracle PL/SQL Code Library
JOBS
Find Or Post Oracle Jobs
FORUM
Oracle Discussion & Chat
 PHP Code: Convert minutes to hours #1 Jump to:  
Category: >> PHP Code >> Convert minutes to hours #1

<<last next>>

Snippet Name: Convert minutes to hours #1

Description: Convert minutes into an HH:mm format.

Also see:
» CONVERT
» Convert text to soundex
» Convert between Decimal, Binary, Octal...
» Convert LONGs to LOBs
» Convert Minutes to Hours
» Convert Hours to Minutes
» Basic currency conversion Convert 1 d...
» Update/convert DB field to uppercase
» Convert 12 to 24 hour time and vice ve...
» Convert Hex to Decimal, Decimal to Hex
» Days in month #2
» Days in month #1
» Convert minutes to hours #2
» Convert minutes to hours #1
» Convert HTML to plain text
» Convert BBCode Tags

Comment: (none)

Language: PHP
Highlight Mode: PHP
Last Modified: March 16th, 2009

<?PHP
 
// convert minutes to hours:minutes
$act_elapsedHoursMins = SPRINTF("%d:%02d", ABS((int)($act_elapsed_mins/60)), ABS((int)($act_elapsed_mins%60)));
 
$sch_elapsedHoursMins = SPRINTF("%d:%02d", ABS((int)($sch_elapsed_mins/60)), ABS((int)($sch_elapsed_mins%60)));
 
?>

Free Oracle Magazine Subscriptions
and Oracle White Papers

SQL University.net courses meet the most demanding needs of the business world for advanced education in a cost-effective manner. SQL University.net courses are available immediately for IT professionals and can be taken without disruption of your workplace schedule or processes.

Compared to traditional travel-based training, SQL University.net saves time and valuable corporate resources, allowing companies to do more with less. That's our mission, and that's what we deliver.

Click here to find out more
 
Home      :      Code Library      :      Sponsors      :      Privacy      :      Terms of Use      :      Contact Us [116] visitors online    © 2009 psoug.org
PSOUG LOGIN
Username: 
Password: 
Forgot your password?