mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-24 02:45:36 +00:00
DateTime Format
This commit is contained in:
.vs/GerenciaProjetos/v15
GerenciaProjetos
Views
bin
Debug
netcoreapp2.2
obj
Debug
netcoreapp2.2
@ -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">
|
||||
|
Reference in New Issue
Block a user