mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-15 14:35:12 +00:00
DateTime Format
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -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>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "b77c29628d77b2a88bce672830a437a43805122d"
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9cff8295ca5aa8b752010e5127cb96170cab0597"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Bugs_Index), @"mvc.1.0.view", @"/Views/Bugs/Index.cshtml")]
|
||||
@ -23,7 +23,7 @@ using GerenciaProjetos.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"b77c29628d77b2a88bce672830a437a43805122d", @"/Views/Bugs/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"9cff8295ca5aa8b752010e5127cb96170cab0597", @"/Views/Bugs/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4e94bb8cdb3ef35824e862096b8a713c8ba822eb", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Bugs_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
@ -89,7 +89,7 @@ Write(ViewData["Title"]);
|
||||
");
|
||||
EndContext();
|
||||
BeginContext(433, 148, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b77c29628d77b2a88bce672830a437a43805122d5703", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9cff8295ca5aa8b752010e5127cb96170cab05975703", async() => {
|
||||
BeginContext(487, 90, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-plus-circle\"></i>\r\n ");
|
||||
EndContext();
|
||||
@ -170,29 +170,29 @@ Write(ViewData["Title"]);
|
||||
BeginContext(1400, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1436, 14, false);
|
||||
BeginContext(1436, 37, false);
|
||||
#line 43 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml"
|
||||
Write(b.DataCadastro);
|
||||
Write(b.DataCadastro.ToString("dd/MM/yyyy"));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1450, 35, true);
|
||||
BeginContext(1473, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1486, 12, false);
|
||||
BeginContext(1509, 12, false);
|
||||
#line 44 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml"
|
||||
Write(b.Prioridade);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1498, 65, true);
|
||||
BeginContext(1521, 65, true);
|
||||
WriteLiteral("</td>\r\n <td>\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1563, 171, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b77c29628d77b2a88bce672830a437a43805122d10512", async() => {
|
||||
BeginContext(1639, 91, true);
|
||||
BeginContext(1586, 171, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9cff8295ca5aa8b752010e5127cb96170cab059710535", async() => {
|
||||
BeginContext(1662, 91, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-edit\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -226,12 +226,12 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(1734, 30, true);
|
||||
BeginContext(1757, 30, true);
|
||||
WriteLiteral("\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1764, 171, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b77c29628d77b2a88bce672830a437a43805122d13424", async() => {
|
||||
BeginContext(1839, 92, true);
|
||||
BeginContext(1787, 171, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9cff8295ca5aa8b752010e5127cb96170cab059713447", async() => {
|
||||
BeginContext(1862, 92, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-trash\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -265,7 +265,7 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(1935, 60, true);
|
||||
BeginContext(1958, 60, true);
|
||||
WriteLiteral("\r\n </td>\r\n </tr>\r\n");
|
||||
EndContext();
|
||||
#line 54 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml"
|
||||
@ -273,7 +273,7 @@ Write(ViewData["Title"]);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
BeginContext(2014, 62, true);
|
||||
BeginContext(2037, 62, true);
|
||||
WriteLiteral(" </tbody>\r\n </table>\r\n </div>\r\n</section>");
|
||||
EndContext();
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Projetos\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "a614933be1258e52312a782921740065f4b2dd2f"
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Projetos\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "eefef5e5105ebed662d061eab7a6f608367b64f8"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Projetos_Index), @"mvc.1.0.view", @"/Views/Projetos/Index.cshtml")]
|
||||
@ -23,7 +23,7 @@ using GerenciaProjetos.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"a614933be1258e52312a782921740065f4b2dd2f", @"/Views/Projetos/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"eefef5e5105ebed662d061eab7a6f608367b64f8", @"/Views/Projetos/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4e94bb8cdb3ef35824e862096b8a713c8ba822eb", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Projetos_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
@ -89,7 +89,7 @@ Write(ViewData["Title"]);
|
||||
");
|
||||
EndContext();
|
||||
BeginContext(431, 152, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a614933be1258e52312a782921740065f4b2dd2f5741", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eefef5e5105ebed662d061eab7a6f608367b64f85741", async() => {
|
||||
BeginContext(489, 90, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-plus-circle\"></i>\r\n ");
|
||||
EndContext();
|
||||
@ -159,29 +159,29 @@ Write(ViewData["Title"]);
|
||||
BeginContext(1294, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1330, 13, false);
|
||||
BeginContext(1330, 36, false);
|
||||
#line 41 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Projetos\Index.cshtml"
|
||||
Write(p.DataEntrega);
|
||||
Write(p.DataEntrega.ToString("dd/mm/yyyy"));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1343, 35, true);
|
||||
BeginContext(1366, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1379, 13, false);
|
||||
BeginContext(1402, 13, false);
|
||||
#line 42 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Projetos\Index.cshtml"
|
||||
Write(p.Solicitante);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1392, 65, true);
|
||||
BeginContext(1415, 65, true);
|
||||
WriteLiteral("</td>\r\n <td>\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1457, 175, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a614933be1258e52312a782921740065f4b2dd2f10118", async() => {
|
||||
BeginContext(1537, 91, true);
|
||||
BeginContext(1480, 175, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eefef5e5105ebed662d061eab7a6f608367b64f810141", async() => {
|
||||
BeginContext(1560, 91, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-edit\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -215,12 +215,12 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(1632, 30, true);
|
||||
BeginContext(1655, 30, true);
|
||||
WriteLiteral("\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1662, 175, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a614933be1258e52312a782921740065f4b2dd2f13038", async() => {
|
||||
BeginContext(1741, 92, true);
|
||||
BeginContext(1685, 175, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "eefef5e5105ebed662d061eab7a6f608367b64f813061", async() => {
|
||||
BeginContext(1764, 92, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-trash\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -254,7 +254,7 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(1837, 60, true);
|
||||
BeginContext(1860, 60, true);
|
||||
WriteLiteral("\r\n </td>\r\n </tr>\r\n");
|
||||
EndContext();
|
||||
#line 52 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Projetos\Index.cshtml"
|
||||
@ -262,7 +262,7 @@ Write(ViewData["Title"]);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
BeginContext(1916, 62, true);
|
||||
BeginContext(1939, 62, true);
|
||||
WriteLiteral(" </tbody>\r\n </table>\r\n </div>\r\n</section>");
|
||||
EndContext();
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Requisitos\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "870f6ffa8df71f6b67cdbddeb8f5fc21f26f05db"
|
||||
#pragma checksum "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Requisitos\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "809c537fcba7d5c34b287d4e07a2cd6775e88e16"
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Requisitos_Index), @"mvc.1.0.view", @"/Views/Requisitos/Index.cshtml")]
|
||||
@ -23,7 +23,7 @@ using GerenciaProjetos.Models;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"870f6ffa8df71f6b67cdbddeb8f5fc21f26f05db", @"/Views/Requisitos/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"809c537fcba7d5c34b287d4e07a2cd6775e88e16", @"/Views/Requisitos/Index.cshtml")]
|
||||
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4e94bb8cdb3ef35824e862096b8a713c8ba822eb", @"/Views/_ViewImports.cshtml")]
|
||||
public class Views_Requisitos_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
||||
{
|
||||
@ -89,7 +89,7 @@ Write(ViewData["Title"]);
|
||||
");
|
||||
EndContext();
|
||||
BeginContext(433, 154, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "870f6ffa8df71f6b67cdbddeb8f5fc21f26f05db5763", async() => {
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "809c537fcba7d5c34b287d4e07a2cd6775e88e165763", async() => {
|
||||
BeginContext(493, 90, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-plus-circle\"></i>\r\n ");
|
||||
EndContext();
|
||||
@ -181,29 +181,29 @@ Write(ViewData["Title"]);
|
||||
BeginContext(1522, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1558, 14, false);
|
||||
BeginContext(1558, 37, false);
|
||||
#line 45 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Requisitos\Index.cshtml"
|
||||
Write(r.DataCadastro);
|
||||
Write(r.DataCadastro.ToString("dd/MM/yyyy"));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1572, 35, true);
|
||||
BeginContext(1595, 35, true);
|
||||
WriteLiteral("</td>\r\n <td>");
|
||||
EndContext();
|
||||
BeginContext(1608, 13, false);
|
||||
BeginContext(1631, 36, false);
|
||||
#line 46 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Requisitos\Index.cshtml"
|
||||
Write(r.DataEntrega);
|
||||
Write(r.DataEntrega.ToString("dd/MM/yyyy"));
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
EndContext();
|
||||
BeginContext(1621, 65, true);
|
||||
BeginContext(1667, 65, true);
|
||||
WriteLiteral("</td>\r\n <td>\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1686, 177, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "870f6ffa8df71f6b67cdbddeb8f5fc21f26f05db11074", async() => {
|
||||
BeginContext(1768, 91, true);
|
||||
BeginContext(1732, 177, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "809c537fcba7d5c34b287d4e07a2cd6775e88e1611120", async() => {
|
||||
BeginContext(1814, 91, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-edit\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -237,12 +237,12 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(1863, 30, true);
|
||||
BeginContext(1909, 30, true);
|
||||
WriteLiteral("\r\n ");
|
||||
EndContext();
|
||||
BeginContext(1893, 177, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "870f6ffa8df71f6b67cdbddeb8f5fc21f26f05db13998", async() => {
|
||||
BeginContext(1974, 92, true);
|
||||
BeginContext(1939, 177, false);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "809c537fcba7d5c34b287d4e07a2cd6775e88e1614044", async() => {
|
||||
BeginContext(2020, 92, true);
|
||||
WriteLiteral("\r\n <i class=\"fas fa-trash\"></i>\r\n ");
|
||||
EndContext();
|
||||
}
|
||||
@ -276,7 +276,7 @@ Write(ViewData["Title"]);
|
||||
Write(__tagHelperExecutionContext.Output);
|
||||
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||
EndContext();
|
||||
BeginContext(2070, 60, true);
|
||||
BeginContext(2116, 60, true);
|
||||
WriteLiteral("\r\n </td>\r\n </tr>\r\n");
|
||||
EndContext();
|
||||
#line 56 "C:\Users\0033899\Documents\GitHub\GerenciaProjetos\GerenciaProjetos\Views\Requisitos\Index.cshtml"
|
||||
@ -284,7 +284,7 @@ Write(ViewData["Title"]);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
BeginContext(2149, 62, true);
|
||||
BeginContext(2195, 62, true);
|
||||
WriteLiteral(" </tbody>\r\n </table>\r\n </div>\r\n</section>");
|
||||
EndContext();
|
||||
}
|
||||
|
Reference in New Issue
Block a user