how to output an interval field in coldfusion

21 views Asked by At

I have an interval field in a table for the timecard application. the field will calculate total work time of a user by using punch out time minus punch in time. I take a total of total work time in a week for a user and in my postgressql database it will show 40:30:22 (as in 40 hours 30 minutes and 22 seconds). When i do cfoutput for that field, it becomes: 0 years 0mons 0days 40 hours 30 minutes 22 seconds. Is There a way for it to just show 40:30:22 ? Thank you,

0

There are 0 answers