I am developing an application in ASP.Net MVC5 that contains a pattern of workers, among the data that must be captured is the date. Now the problem is that in my Edit view if I load the value that comes from the model in the input, however in design it does not show it to me. Here I leave first the image of my editing page:
What is marked in red should bring the date of birth data. If I get into the source code of the page I see that the value is loaded in the value property of the input but it is not displayed in the control
And then the code in razor.
Any suggestions that I'm doing wrong ?. I hope someone can help me, I already tried several solutions that I saw in forums and none of them solves my problem. Greetings!