How to set Date and time format in IIS 7

前端 未结 9 1158
春和景丽
春和景丽 2020-12-02 18:31

I have date format in my local machine : (d/M/yyyy h:mm tt) ==> (23/6/2011 4:30 PM)

when i publish my website on IIS server it converts date format to (M/d/yyyy H:mm

9条回答
  •  伪装坚强ぢ
    2020-12-02 19:14

    Even after setting application locale it was still picking up the application pool users locale. I had to change the region settings for all users. This screen shot might help...

    1. Change System Locale
    2. Change Region Settings to desired

提交回复
热议问题