This is something new :)
My culture is 'nl' (dutch) and i suppose my model can't parse the string that contains DateTime -> (DateTime)formColl['CreatedOn'] doesn't work. DateTime.Parse(formcoll['CreatedOn'] works though.
Also, it's a hidden field in my view.
@Html.HiddenFor(Model => Model.CreatedOn)
How would i fix this without manually adding the conversion (i suspect this would work out of the box)?
Edit: There seems to be a difference with Chrome and Firefox. With Chrome, the conversion doesn't work and with firefox it does. My primary browserLanguage on Chrome is : 'en' (in the settings it was dutch, but on the third place :-S) My primary browserLanguage on Firefox is : 'nl'
In Chrome
More info about chrome submitted value
In FireFox