我的格式日期为dd/mm/yyyy
。
在大多数工作正常的PC上。但在某些PC上,我在验证过程中收到错误消息:
@ Html.EditorFor(model => model.Date_naisance,new {htmlAttributes = new {@class =" form-control" }})
@ Html.ValidationMessageFor(model => model.Date_naisance,"",new { @class =" text-danger" })
在我的web.config中,我有:
culture="fr-FR" and uiCulture="fr-FR"