Subtracts an amount of weeks from this DateTime
DateTime subWeeks(int amount) => subtractDate(weeks: amount);