mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 23:15:05 +00:00
DateTime Format
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
<tr>
|
||||
<td>@p.Id</td>
|
||||
<td>@p.Nome</td>
|
||||
<td>@p.DataEntrega</td>
|
||||
<td>@p.DataEntrega.ToString("dd/MM/yyyy")</td>
|
||||
<td>@p.Solicitante</td>
|
||||
<td>
|
||||
<a asp-area="" asp-controller="Projetos" asp-action="Edit" asp-route-id="@p.Id">
|
||||
|
Reference in New Issue
Block a user