IS_WEEKEND
Last updated
Was this helpful?
IS_WEEKEND returns true if the given date falls on a Saturday or Sunday, and false otherwise.
IS_WEEKEND(date)Returns: true or false.
IS_WEEKEND('2024-08-10')This returns true — 10 August 2024 is a Saturday.
Last updated
Was this helpful?
Was this helpful?
