diff --git a/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs b/Backend/GestionIntegral.Api/Controllers/Reportes/ReportesController.cs index bbfba2c..8d0597a 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("yyyy/MM/dd")), - new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy/MM/dd")) + new ReportParameter("FechaDesde", fechaDesde.ToString("yyyy-MM-dd")), + new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy-MM-dd")) }; report.SetParameters(parameters);