We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02980a commit a829d2aCopy full SHA for a829d2a
src/scripts/ui.js
@@ -319,8 +319,8 @@ class UI {
319
320
getDateRange() {
321
return {
322
- 'from': new Date(document.getElementById('dateFrom').value),
323
- 'to': new Date(document.getElementById('dateTo').value)
+ 'from': new Date(document.getElementById('dateFrom').value + ' '),
+ 'to': new Date(document.getElementById('dateTo').value + ' ')
324
};
325
}
326
0 commit comments