mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 23:15:05 +00:00
DateTime Format
This commit is contained in:
@ -42,8 +42,8 @@
|
||||
<td>@r.Descricao</td>
|
||||
<td>@r.Observacoes</td>
|
||||
<td>@r.EFuncional</td>
|
||||
<td>@r.DataCadastro</td>
|
||||
<td>@r.DataEntrega</td>
|
||||
<td>@r.DataCadastro.ToString("dd/MM/yyyy")</td>
|
||||
<td>@r.DataEntrega.ToString("dd/MM/yyyy")</td>
|
||||
<td>
|
||||
<a asp-area="" asp-controller="Requisitos" asp-action="Edit" asp-route-id="@r.Id">
|
||||
<i class="fas fa-edit"></i>
|
||||
|
Reference in New Issue
Block a user