71.isSameWeek

Write a function named isSameWeek that receives 2 Dates as parameters.

The function should return a boolean verifying if the 2 Dates are in the same week.

NOTE: for the purpose of this function, we consider that a week starts on Monday and ends on Sunday.

Example 1

Input

date1

=

date2

=

Output

Example 2

Input

date1

=

date2

=

Output