const start = new Date(2012, 0, 15); const end = new Date(2012, 4, 23); const range = moment.range(start, end);