Beginner questions about the date () in HP

Source: Internet
Author: User
Tags echo date
Beginner question Date () in HP
MySQL one field is the value of the datetime type deposited 2012-02-23 09:24:40

Why Use Date (' y-m-d ', date field) to get 1970-011

How to get 2012-02-23

------Solution--------------------
Select Date_format (Date field, "%y-%m-%d") from table name
------Solution--------------------
Use the MySQL function to handle it. The date field of PHP is an integer timestamp
------Solution--------------------
The passed argument should be an int $timestamp timestamp

echo Date (' y-m-d ', strtotime (' Now '));

or directly

echo Date (' y-m-d ');

If you want to get your time in MySQL can be converted into a timestamp before converting

Date (' y-m-d ', strtotime (date field));
  • 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.