Question about how DISCUZ gets the time

Source: Internet
Author: User
I made a plug-in and encountered the problem of the time to be last published in the middle! Because I had just registered a number and needed a blog, I posted it in the form of a question !! First, the system table time is used. The result is the second SELECTdatelineFROM & quot ;. DB: table (& #039; portal_article_title & #039;)... I made a plug-in and encountered the problem of the time to be last published in the middle!
Because I had just registered a number and needed a blog, I posted it in the form of a question !!

First, the system table time is used, and the time is seconds.
SELECT dateline FROM ". DB: table ('portal _ article_title ')

Then use the function_core.php [dgmdate method] In discuz]

$ SQL = "SELECT dateline FROM". DB: table ('portal _ article_title ')"

Result: 1411613146

This result cannot be used. We need to convert it.
First: date Method
Second: The dmgdate method provided by discuz
The date method is self-developed for Baidu, which is available on the Internet.

In fact, dmgdate is the same as date!
Dgmdate ($ SQL ["dateline"])
Result:

Reply content:

I made a plug-in and encountered the problem of the time to be last published in the middle!
Because I had just registered a number and needed a blog, I posted it in the form of a question !!

First, the system table time is used, and the time is seconds.
SELECT dateline FROM ". DB: table ('portal _ article_title ')

Then use the function_core.php [dgmdate method] In discuz]

$ SQL = "SELECT dateline FROM". DB: table ('portal _ article_title ')"

Result: 1411613146

This result cannot be used. We need to convert it.
First: date Method
Second: The dmgdate method provided by discuz
The date method is self-developed for Baidu, which is available on the Internet.

In fact, dmgdate is the same as date!
Dgmdate ($ SQL ["dateline"])
Result:

Format the timestamp, which is awesome.

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.