Datetime format issue in IIS 7 server

后端 未结 3 704
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 15:15

I have hosted one of my site on IIS 7, WS2008. Later i have realize there is some datetime format issue, like me expecting things in dd/MM/yyyy format but it was in MM/dd/yy

3条回答
  •  鱼传尺愫
    2020-12-30 16:04

    After lot's of hunt i have found the solution of my problem:

    1) Change the datetime format of your server from:

    Control Panel -> Regional and Language Options -> Advanced

    2) Open IIS and follow below steps: (For IIS7)

    - Click on you Website
    - Select .NET GLOBALIZATION option
    - From Culture tab, select required Culture and UI Culture.
    - Finally iisreset.
    - Dones....
    

提交回复
热议问题