I am currently working with momentjs and moment-range to show the range between two dates in an array, this is my code:
var start = moment("2017-01-03", 'YYYY-MM-DD').format('YYYY-MM-DD');
var end = moment("2017-01-13", 'YYYY-MM-DD').format(...
asked by
07.09.2017 / 00:56