I have a property in my view model as follows:
[Editable(false)] [Display(Name = \"Date\")] [DisplayFormat(DataFormatString = \"{0:yyyy/MM/dd}\", ApplyFormat
I had a similar issue with a datepicker which was showing the date in the wrong order. Fixed it by using the HTML 5 value field. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date