diff options
-rw-r--r-- | www/js/importer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/importer.js b/www/js/importer.js index 9a4e339..90055a0 100644 --- a/www/js/importer.js +++ b/www/js/importer.js @@ -156,7 +156,7 @@ Rdxport.Importer.prototype.openModal = function(group, groupView, cartNumber, us this.$datepicker = $('.datepicker', this.$el).datepicker({ format: "dd.mm.yyyy", language: "de", - startDate: '01/01/2016', + startDate: '01/01/2011', endDate: new Date() }); var $spinner = $('.spinner', this.$el); |