When I use the following code in my edit view, it doesn\'t show the date from the model.
For me it was really confusing, what needs to delete and what not. what I did -
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:dd/MM/yyyy}")]
public virtual DateTime CalledOn { get; set; }
View, I've taken input type="text" not datetime, date or datetime-local
Date Picket form Bootstrap
$(".date").datepicker({
format: 'dd/mm/yyyy'
});