I have a form on which the user enters a date value using a KendoUI widget. This widget sets the date as per the local pc's culture settings. The problem is because in the dev environment the local pc and server is set to US culture setting and in production it is UK settings. When the code is moved to production environment, and when users access the site and enter 1st june, it gets saved in the server as 6th Jan. The server has UK culture.
How to ensure that no matter what the local end users culture settings, the values always get saved in UK culture settings. The code needs to be able to handle that.