is_weekend Modifier

Returns true if date is on the weekend.

date: December 25 2015
{{ if date | is_weekend }}
@if (Statamic::modify($date)->isWeekend()->fetch()) ... @endif
false
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →