isWeekend.php
Table of Contents
Functions
- isWeekend() : bool
- Tells whether a date falls on a weekend (Saturday or Sunday).
Functions
isWeekend()
Tells whether a date falls on a weekend (Saturday or Sunday).
isWeekend(DateTimeInterface $date) : bool
Parameters
- $date : DateTimeInterface
-
The date to test.
Tags
Return values
bool —true if the date is a Saturday or a Sunday, false otherwise.