Explanation
The AND function takes multiple arguments and returns TRUE only when all arguments return TRUE.
The TODAY function returns the current date.
The TODAY function takes no arguments.
you might format the value returned by TODAY with a datenumber format.
AND returns TRUEonly if all the conditions are met.
If any conditions are not met, the AND function returns FALSE.