Adds a specified number of weeks to the given date.
The original date to which weeks will be added.
The number of weeks to add. Can be negative to subtract weeks.
A new Date object with the specified number of weeks added.
Adds a specified number of weeks to the given date.