diff --git a/js/auditoría.js b/js/auditoría.js index b8143ca..9269247 100644 --- a/js/auditoría.js +++ b/js/auditoría.js @@ -48,8 +48,8 @@ const store = reactive({ $(function () { store.filters.fecha_inicio = store.filters.fecha_fin = store.filters.fecha = null; $("#fecha, #fecha_inicio, #fecha_fin").datepicker({ - minDate: new Date(`${periodo_data.periodo_fecha_inicio}:00:00:00`), - maxDate: new Date(`${periodo_data.fecha_final}:00:00:00`), + // minDate: new Date(`${periodo_data.periodo_fecha_inicio}:00:00:00`), + maxDate: new Date(), dateFormat: "yy-mm-dd", showAnim: "slide", beforeShowDay: (date) => [(date.getDay() != 0), ""]