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.
2 parents b2325ee + 620446c commit 54cc489Copy full SHA for 54cc489
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