Returns true
if a given date is today, using the server's time.
date: January 1, 2000
{{ if date | is_today }}
@if (Statamic::modify($date)->isToday()->fetch()) ... @endif
false
is_today
ModifierReturns true
if a given date is today, using the server's time.
date: January 1, 2000
{{ if date | is_today }}
@if (Statamic::modify($date)->isToday()->fetch()) ... @endif
false
Submit improvements, related content, or suggestions through Github.
Betterify this page →