Skip to content

Commit

Permalink
Increase calendar year range
Browse files Browse the repository at this point in the history
  • Loading branch information
rwakulszowa committed Nov 27, 2020
1 parent 24c13b2 commit a031484
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poradnia/assets/js/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
firstDay: 1,
format: 'DD.MM.YYYY HH:mm:ss',
minDate: new Date('2000-01-01'),
maxDate: new Date('2020-12-31'),
yearRange: [2000, 2020],
maxDate: new Date('2040-12-31'),
yearRange: [2000, 2040],
showTime: true,
use24hour: true
});
Expand Down
4 changes: 2 additions & 2 deletions poradnia/static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36454,8 +36454,8 @@ module.exports = function(Chart) {
firstDay: 1,
format: 'DD.MM.YYYY HH:mm:ss',
minDate: new Date('2000-01-01'),
maxDate: new Date('2020-12-31'),
yearRange: [2000, 2020],
maxDate: new Date('2040-12-31'),
yearRange: [2000, 2040],
showTime: true,
use24hour: true
});
Expand Down
Loading

0 comments on commit a031484

Please sign in to comment.