Insert the current time in MYSQL, just like GETDATE () of SQLSERVER. (See the internal section)-database-related-P_PHP tutorial

Source: Internet
Author: User
Insert the current time in MYSQL, just like GETDATE () of SQLSERVER. (See the previous section)-database-related-P. The NOW () function returns the current DATETIME with 'yyyy-MM-DDHH: MM: SS, which can be saved directly to the DATETIME field. CURDATE () returns today's date in the format of 'yyyy-MM-DD ', which can be saved directly to the NOW () function with ''yyyy-MM-DD HH: MM: SS' returns the current date and time, which can be directly stored in the DATETIME field.
CURDATE () returns today's DATE in 'yyyy-MM-DD 'format and can be saved directly to the DATE field.
CURTIME () returns the current TIME in 'hh: MM: SS' format and can be saved directly to the TIME field.
Example: insert into tablename (fieldname) values (now ())

The http://www.bkjia.com/PHPjc/631441.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/631441.htmlTechArticleNOW () function returns the current DATETIME with ''yyyy-MM-DD HH: MM: ss' and can be saved directly to the DATETIME field. CURDATE () returns today's date in 'yyyy-MM-DD 'format, can be saved directly...

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.