diff --git a/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs b/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs index af878c9..fadd032 100644 --- a/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs +++ b/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs @@ -958,8 +958,8 @@ namespace GestionIntegral.Api.Controllers var parameters = new List { - new ReportParameter("FechaDesde", fechaDesde.ToString("dd/MM/yyyy")), - new ReportParameter("FechaHasta", fechaHasta.ToString("dd/MM/yyyy")) + new ReportParameter("FechaDesde", fechaDesde.ToString("yyyy-MM-dd")), + new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy-MM-dd")), }; report.SetParameters(parameters);