Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4547494
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:06:00+00:00 2026-05-21T16:06:00+00:00

I am trying to total up all the timesdate seperately from a few different

  • 0

I am trying to total up all the timesdate seperately from a few different columns in my database, however when the total for each surpasses 24 hours – I’m only getting 00:00 printed instead of the actual total.

I understand that the PHP date “H” variable only cover 00 – 23, so am unsure the best way to go about doing this. Any help would be much appreciated.

My SQL select code is:

SEC_TO_TIME( SUM( TIME_TO_SEC(lunch) ) ) AS lunch, 
SEC_TO_TIME( SUM( TIME_TO_SEC(overtime) ) ) AS overtime, 
SEC_TO_TIME( SUM( TIME_TO_SEC(day_paid) ) ) AS day_paid, 
SEC_TO_TIME( SUM( TIME_TO_SEC(lunch) ) ) AS lunch, 
SEC_TO_TIME( SUM( TIME_TO_SEC(holiday) ) ) AS holiday, 
SEC_TO_TIME( SUM( TIME_TO_SEC(absence) ) ) AS absence

My view code as an example for “lunch” is:

echo date('H:i', strtotime($day_breakdown->day_paid);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:06:01+00:00Added an answer on May 21, 2026 at 4:06 pm

    The MySQL code you’ve written is fine, but the view code won’t work as it’s designed to work with dates/times and not with relative periods of time.

    You should derive the hours/minutes by dividing the seconds out like this:

    $hours = floor($seconds / 3600);
    $minutes = floor($seconds / 60) % 60;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to total all occurrences of each individual number in a database table
I'm trying total up all amount columns with a definition in the model like
I am trying to display a sub-total of the database value bound to each
I have been trying to compute the total sum of all these ord s
I'm trying to work out the total value of all the products in my
I am trying to find out the total cost of all items in a
I'm trying to calculate a total price for all the items contained within a
I was trying to do this: SELECT SUM(price) as total FROM ticketLine WHERE dateRegistered
I'm trying to calculate the total size in bytes of all files (in a
I am trying to count total sum of all the three following results, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.