PHP time format conversion

Source: Internet
Author: User
PHP time format conversion duration:
Read: ["time"] => string (3) "224"

Seconds

How to display it on the page: 3.7333333333333 seconds

How to convert it?


Reply to discussion (solution)

Look at the number_format () function.

Look at the number_format () function.
-----------------------------------
Seconds
Display:
224 seconds

No!

Duration:
Read: ["time"] => string (3) "224"

Seconds

How to display it on the page: 3.7333333333333 seconds

How to convert it?

I don't understand. What is your $ value ['Time'] unit? Millisecond? No.
If it is a second, divide it by 60. why?
What kind of format do you want to convert?


Look at the number_format () function.
-----------------------------------
Seconds
Display:
224 seconds

No!

I followed the prompts in your code.

What is 224? What do you want to display? 224/60 = 3.733 ...... If not, it makes no sense in mathematics ......

What is the database time field type?

$ Value ['Time'] = 224; echo $ value ['Time']. "seconds
"; Echo ($ value ['Time']/60 )."
"; Echo round ($ value ['Time']/60, 2 )."
";
224 seconds
3.7333333333333 points
3.73 points

Echo gmdate ('H: I: S', 224); // 00:03:44

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.