date picker

This commit is contained in:
akemidx
2025-05-28 18:35:43 -04:00
parent 1ef5ad500a
commit fabf9281e9

View File

@@ -738,6 +738,13 @@
endDate: '0d',
format: 'yyyy-mm-dd'
});
$('.created-range-range .input-daterange').datepicker({
clearBtn: true,
todayHighlight: true,
endDate: '0d',
format: 'yyyy-mm-dd'
});
$('.checkout-range .input-daterange').datepicker({
clearBtn: true,
todayHighlight: true,