moment-range icon indicating copy to clipboard operation
moment-range copied to clipboard

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

Open TianYa-Q opened this issue 3 years ago • 0 comments

start: 14:30, end: 15:31

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

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

TianYa-Q avatar Apr 16 '21 03:04 TianYa-Q