diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 176b519467..36c6d3d262 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -298,7 +298,7 @@ -
+
@@ -341,6 +341,12 @@ format: 'yyyy-mm-dd' }); + $('.expected_checkin-range .input-daterange').datepicker({ + clearBtn: true, + todayHighlight: true, + format: 'yyyy-mm-dd' + }); + // Check-all / Uncheck all $(function () { var checkAll = $('input.all');