Skip to content

Commit 620446c

Browse files
committed
fix #3754 date_range filter on safari
1 parent b2325ee commit 620446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/filters/date_range.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function applyDateRangeFilter{{$filter->key}}(start, end) {
9393
9494
if (start && end) {
9595
var dates = {
96-
'from': start.format('YYYY-MM-DD HH:mm:ss '),
96+
'from': start.format('YYYY-MM-DD HH:mm:ss'),
9797
'to': end.format('YYYY-MM-DD HH:mm:ss')
9898
};
9999

0 commit comments

Comments
 (0)