Posts by Matheus Bruno • 11 points
3 posts
-
0
votes1
answer117
viewsA: Problem to fill date field with ASP.NET MVC, Razor
I discovered the problem, the field only accepts the date format in yyyy-mm-dd and I was passing dd/mm/yyyy.
-
0
votes1
answer25
viewsA: Disable automatic web api c#
I know you have a flag that disables XML generated documentation, I hope it helps.…
-
1
votes1
answer117
viewsQ: Problem to fill date field with ASP.NET MVC, Razor
I’m making a mini registration system, it has the place to edit a client’s registration, when I click edit it comes the data in the fields for me to edit, all fields comes normal, except the field…