Posted
on Sep 16, 2011
(permalink)
I am using Telerik Globalization like in this example - http://demos.telerik.com/aspnet-mvc/razor/datepicker/globalization?culture=en-US
When I am using en-US culture it all works fine, but when I am using ru-RU culture there is a problem - in DatePicker date showed in right format, but on server TryUpdateModel does nothing. For example this correct russian date - 29.09.2011, converts to 00.00.0001, so instead of using dd.mm.hhhh format in ru-RU culture used mm.dd.hhhh like in en-US culture - mm/dd/hhhh