I want to create a recurring date that repeats monthly
For e.g:
A user select a date “2022-09-16”
the ouput should be :
[“2022-09-16”, ”2022-10-16”,”2022-11-16”,”2022-12-16”]
I have no idea how to implement using dayjs and dayjs-recur
Any help would be appreciated