ASP.NET Dates Deployment Issue -
i bought webspace dailyrazor.com. have deployed application have been working on server , trying workout bugs can't seem solve one.
i have set database in visual studio use 1 have create dailyrazor same db deployed version use.
i using british dates , on localhost datetime displayed: 27/05/2010 09:00 on dailyrazor host displayed: 5/27/2010 9:00 am
short dates e.g. 27/04/2010 display same on both servers.
this causing issues when entering data errors occur on date fields.
any appreciated.
thanks,
jon
have u tried setting globalization in web.config file:
<configuration> <system.web> <globalization culture="en-gb" uiculture="en-gb" /> </system.web> </configuration>
Comments
Post a Comment