Now() → date
Returns the current time and date.
Example:
if (DatePart(Now(), "yyyy") == 2023) { ... } // is it still 2023?