Is Today Modifier
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
Warning!
By default, when using a modifier on a date variable, it will be operating on the UTC date rather than the localized date.
Please refer to our Timezones guide for more information.