Retry formato ISO para fechas.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 18m22s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 18m22s
This commit is contained in:
@@ -958,8 +958,8 @@ namespace GestionIntegral.Api.Controllers
|
|||||||
|
|
||||||
var parameters = new List<ReportParameter>
|
var parameters = new List<ReportParameter>
|
||||||
{
|
{
|
||||||
new ReportParameter("FechaDesde", fechaDesde.ToString("dd/MM/yyyy")),
|
new ReportParameter("FechaDesde", fechaDesde.ToString("yyyy-MM-dd")),
|
||||||
new ReportParameter("FechaHasta", fechaHasta.ToString("dd/MM/yyyy"))
|
new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy-MM-dd")),
|
||||||
};
|
};
|
||||||
|
|
||||||
report.SetParameters(parameters);
|
report.SetParameters(parameters);
|
||||||
|
|||||||
Reference in New Issue
Block a user