Searching for this didn't bear much fruit. Hopefully you can help!
I'm looking to generate sentences like this:
The next Monday session starts on Monday October 19th[1] and runs for 7 weeks until Monday November 30th[2]
where [1] is the date of the next Monday, unless that Monday is 4 days or less in the future, in which case it will be the following Monday. And, [2] is 7 weeks after the Monday mentioned in [1].
As a bonus if it worked for other days of the week it would be awesome!
The dates can be based on the client browser. I'm hoping to implement this entirely in client side JS for a website.
Any help or pointers in the right direction?