Returns the difference between two DateTime objects in weeks.
num diffInWeeks(DateTime other, {bool asFloat = false}) { return diff(other, unit: TimeUnit.week, asFloat: asFloat); }