Sorry for the sloppily worded title, but here is an example of what I want to achieve:
//increment of 5
const daysOfMonthArray = [16, 21, 26, 31, 5, 10, 15, 20, 25, 30, 4, 9.....]
I'm having a hard time trying to find a good way to do this using dayJS, but I'm sure it's reasonably doable with JavaScript's built in date objects as well. Any help would be greatly appreciated, thanks!