ASP.NET MVC datepicker doesn’t show calendar
I’m trying to add datepicker, however when I try to use @html.TextboxFor
, the calendar is not popping up. As for EditorFor
to input="date"
options, they show mm/dd/yyyy
format when I need dd/mm/yyyy
.
MVC datepicker doesn’t show calendar
I’m trying to add datepicker, however when I try @html.textboxfor, the calendar is not popping up. As for Editorfor ot input=”date” options they show mm/dd/yyyy formart when I need dd/mm/yyyy.