Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to display the time in PHP as & quot; just & quot;"n minutes / hours ago & quot

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you how to display the time as "just" and "n minutes / hour ago" in PHP, I believe most people don't know much about it, so share this article for your reference. I hope you can learn a lot after reading this article. Let's learn about it together.

On many occasions, in order to show the timeliness of the information, the time is usually displayed as "just", "5 minutes ago", "3 hours ago", etc., instead of printing the time directly. For example, Weibo and SNS applications use this feature for the longest time. Generally, the format of the time stored in the database is Unix timestamp, so a PHP function that converts Unix timestamp into timeline display is recorded here.

The function is relatively simple, and it is easy to understand by looking directly at the code.

The code is as follows:

Note that the parameter $time in the function transfer_time () must be a Unix timestamp. If not, convert it to a Unix timestamp with strtotime () first.

The above is all the contents of the article "how to display the time in PHP as" just now "and" n minutes / hour ago ". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report