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 8521501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:50:44+00:00 2026-06-11T06:50:44+00:00

How do I convert minutes into Hours and Minutes? E.g. $dt = new DateTime();

  • 0

How do I convert minutes into Hours and Minutes? E.g.

$dt = new DateTime();
$currDate = date_format($dt, 'Y-m-d');

$startMinutes = 939;

$startT = $currDate . " " . gmdate("H:i", $startMinutes);

This code returns something like ‘2012-09-12 00:15’ instead of 15:… Why?

  • 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-06-11T06:50:46+00:00Added an answer on June 11, 2026 at 6:50 am

    Both the date and gmdate function get seconds as input not minutes. So all you have to do is multiply your startminutes by 60 to get your answer to work.

    $startT = $currDate . " " . gmdate("H:i", ($startMinutes * 60));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using TimeStamp class to convert seconds into Day,Hours,Minutes,Seconds. I used following code
I'm trying to convert this 2012-03-27 16:01:48 CEST into 1 hour and 22 minutes
how to convert minutes into days hours and minutes in java ( we have
Possible Duplicate: Convert seconds into days, hours, minutes, seconds in PHP How to convert
I need to convert an arbitrary amount of milliseconds into Days, Hours, Minutes Second.
I would like to convert minutes into hours and minutes with classic asp Example:
How to convert minutes seconds into decimal format in Excel. eg: I have the
I am using JavaScript Date object to convert milliseconds into a readable minutes:seconds formatted
This code works really well for an initial insert into a table. But now
How to convert 1 hour and 10 minutes string into the following format 01:10:00

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.