edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
566 stars 107 forks source link

Update DateTime and Date views to use the browser date picker #19

Closed gaetandezeiraud closed 3 years ago

gaetandezeiraud commented 3 years ago

The time is always show at the listing even if [DataType(DataType.Date)] is defined in the model. I use asp.net since resently and I haven't find a way to check the DataType in the Index.cshtml to show only the date without the time.

edandersen commented 3 years ago

Thank you!