Solutions for Chinese characters on phpmssql date _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
Solution for Chinese characters in phpmssql date. For example, the page will be displayed as 2005 on May 23, after reading data from May 23, which will cause a lot of inconvenience to program processing. Some information found that php. ini has the date processing function by default. For example, the page will be displayed as 2005 on May 23, December 23 after reading the code. this will cause a lot of inconvenience to the program processing. Some information found that php. ini has the date processing function by default.
Solution:
Method 1: define ini_set ("mssql. datetimeconvert", "0") at the beginning of the php document ″);
Method 2: modify php. ini and find; mssql. datetimeconvert = On. remove the semicolon and change on to off. restart apache.

Method 3: convert data using the SQL convert () function, for example:
SELECT id, title, convert (char (10), news_time, 102) as publish_time, content FROM news

After reading the token, the page will be displayed as: 2005, January 1, December 23, which will cause a lot of inconvenience to program processing. Some information found that php. ini has the date processing function by default. Solution...

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.