CMS MADE SIMPLE FORGE

Time Tracker

 

[#5518] For Time Intervals use HH:MM format instead of showing just minutes

avatar
Created By: Tyler Boespflug (tyman00)
Date Submitted: 2010-10-14 10:46

Assigned To: Robert Campbell (calguy1000)
Resolution: None
State: Open
Summary:
For Time Intervals use HH:MM format instead of showing just minutes
Detailed Description:
Not sure if it will help or not, but I did find this PHP function you might be
able to work off of:

http://www.dev102.com/2008/03/18/how-to-convert-minutes-to-hours-with-php/


For now I changed {$one.deltat/60|number_format:0} to
{$one.deltat/3600|number_format:2}  so it shows hours instead of minutes.

History

Comments
avatar
Date: 2010-10-14 10:52
Posted By: Robert Campbell (calguy1000)

I can change the default template, and that's exactly how I'd do it.
      
Updates

Updated: 2010-10-14 10:52
resolution_id: => 5