I am using jquery-ui in a ASP.NET MVC project. My machine languaje is
set to English but date-time formating is set to Spanish (Mexico). Date
format is 'dd/MM/yyyy'. Everything is OK with this configuration
running locally.
When I deploy my app to Azure cloud it starts failing parsing
strings into dates. A similar problem in .NET code whas solved with a
<globalization /> in web.config.
PD: The language of my app is spanish.