24.isSameDay

Write a function named isSameDay that receives 2 Dates as parameters, and checks if they represent the same day, month and year.

Example 1

Input

date1

=

date2

=

Output