We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2325ee commit 620446cCopy full SHA for 620446c
src/resources/views/crud/filters/date_range.blade.php
@@ -93,7 +93,7 @@ function applyDateRangeFilter{{$filter->key}}(start, end) {
93
94
if (start && end) {
95
var dates = {
96
- 'from': start.format('YYYY-MM-DD HH:mm:ss '),
+ 'from': start.format('YYYY-MM-DD HH:mm:ss'),
97
'to': end.format('YYYY-MM-DD HH:mm:ss')
98
};
99
0 commit comments