I'm working with a group on a project that at one point requires a DateTime to be posted in a form. We added a simple jquery-ui datepicker to do that, and it worked fine on my English configured machine. However when they tried using it themselves on a Dutch configured machine, the DateTime started using a different format, while the datepicker kept the same English format, causing errors.
How do I lock the DateTime localization in MVC4 (or the overall localization) to English to fix this? Alternatively, how do I detect the localization to make the datepicker use the different one?