bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

1 day off !? #22

Closed vsraptor closed 7 years ago

vsraptor commented 7 years ago

For some reason I have to do this :

   x: function(d){ dx = new Date(d.date); dt = new Date(dx.setDate(dx.getDate() + 1)); return dt; },

because otherwise I get one day earlier, if I just do new just Date(d.date).

vsraptor commented 7 years ago

wrong git hub repo, sorry