]> git.0d.be Git - pige-extractor.git/commitdiff
allow moving back further in time
authorFrédéric Péters <fpeters@0d.be>
Sun, 15 May 2016 11:56:34 +0000 (13:56 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 15 May 2016 12:04:39 +0000 (14:04 +0200)
index.html

index 4a88db709d61d58127dcc4db5eb09d3d54e693b4..f67bca131b6f4bdaa31113e3e0dbfc57f9291f50 100644 (file)
@@ -81,7 +81,7 @@ Date.format = 'dd/mm/yyyy';
 $(function() {
        var endDate = new Date();
        var startDate = new Date();
-       startDate.addDays(-92);
+       startDate.addDays(-30*6);
         $('#date').datePicker({
                startDate: startDate.asString(),
                endDate: endDate.asString(),