rotaready / moment-range

Fancy date ranges for Moment.js
The Unlicense
1.69k stars 202 forks source link

when using step, excludeEnd is not working correct in Iteration. #290

Open TianYa-Q opened 3 years ago

TianYa-Q commented 3 years ago

start: 14:30, end: 15:31

range.by('minutes', { excludeEnd: true, step: 30, })

[14:30, 15:00, 15:30]