Date() and Day() return the same thing.
False
Reason — The DATE() function extracts the date part of the date or datetime expression, whereas the DAY() function returns the day part of a date.
DATE()
DAY()