Date Format problem after changing the English server

Source: Internet
Author: User

This is the case: a 64-bit English Windows Server is installed with. net2.0, ii6,
Put the previousProgramDatetime is found after the migration. the date obtained by now is in the format of "3/4/2008" (The format must be-4). This conversion was not performed before during programming: datetime. now. tostring ("yyyy-mm-dd ").

Check Control Panel-region and language-region options-custom-date, which are separated. I don't know why. I wonder if the Chinese version of the framework can solve this problem? Please advise.

The current method is to add the following to pageload on each page:Code(If there is a class that inherits the page class, you can directly change this class ):

System. Globalization. cultureinfo Culture =   New System. Globalization. cultureinfo ( " Zh-CN " , True );
Culture. datetimeformat. Specify datepattern =   " Yyyy-mm-dd " ;
System. Threading. thread. currentthread. currentculture = Culture;

I wonder if this is the case. How can this problem be solved? Thank you.

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.