@Html.LabelFor(x => x.DateForStartOfChanges, new { @class = "control-label" })
@Html.EditorFor(x => x.DateForStartOfChanges, new { htmlAttributes = new { @class = "form-control date", ng_model = "changedData.dateForStartOfChanges", ng_change = "modelChanged()", ng_disabled = "!isFinInfoEditable()" } })
@Html.ValidationMessageFor(x => x.DateForStartOfChanges)