Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Elekester committed Aug 11, 2022
1 parent 27ffa7e commit a8066b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ChatStats.classes.Filters = class Filters {
desc: 'Filter messages by their date.',
color: '#e9aaaa',
settings: {
start_date: {value: '2012-07-04', type: 'date', min: '2012-07-04', max: new Date().toLocaleString('sv').slice(0, 10), label: 'Start Date: '},
start_date: {value: '2020-04-14', type: 'date', min: '2012-07-04', max: new Date().toLocaleString('sv').slice(0, 10), label: 'Start Date: '},
end_date: {value: new Date().toLocaleString('sv').slice(0, 10), type: 'date', min: '2012-07-04', max: new Date().toLocaleString('sv').slice(0, 10), label: 'End Date: '}
}
}
Expand Down

0 comments on commit a8066b0

Please sign in to comment.