date format in asp.net versus in console application

后端 未结 5 1764
栀梦
栀梦 2021-01-21 13:44

I\'m deploying a .NET applications to another machine.

in console application, the value of

DateTime.Today.ToLongDateString();

is

5条回答
  •  野的像风
    2021-01-21 14:22

    In the web.config or machine.config you can specify the default culture for the ASP.Net application through the globalization element.

    
      
        
      
    
    

提交回复
热议问题