PHP--PHP reads datetime in SQL Server

Source: Internet
Author: User
Tags mssql

When PHP connects sqlserver2005, the data read is 12:00AM, that is, the format of the date is mm DD YY Hh:mmam

How to turn it into a 24-hour system, and the format shown is YY-MM-DD HH:MM:SS
Open the php.ini configuration file

Locate the following code

; On = Returns data converted to SQL Server settings ; Off = Returns values as Yyyy-mm-dd hh:mm:ss ; Mssql.datetimeconvert = on

Put "; Mssql.datetimeconvert = on "front"; " Remove and change the status to OFF

After modification, the following:

; On = Returns data converted to SQL Server settings ; off = Returns values as Yyyy-mm-dd hh:mm:ss Mssql.datetimeconvert = Off

In this way, the date is displayed as 2014-01-15 00:00:00. @[email protected]~ Finish

Related Article

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.