mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 23:15:05 +00:00
DateTime Format
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
<td>@b.Id</td>
|
||||
<td>@b.Descricao</td>
|
||||
<td>@b.FoiResolvido</td>
|
||||
<td>@b.DataCadastro</td>
|
||||
<td>@b.DataCadastro.ToString("dd/MM/yyyy")</td>
|
||||
<td>@b.Prioridade</td>
|
||||
<td>
|
||||
<a asp-area="" asp-controller="Bugs" asp-action="Edit" asp-route-id="@b.Id">
|
||||
|
@ -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">
|
||||
|
@ -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