Skip to content Skip to footer navigation

Is Today Modifier

Returns true if a given date is today, using the date value's timezone.

# Assuming the current date is June 19, 2012.
date: June 19 2012
{{ if date | is_today }}
@if (Statamic::modify($date)->isToday()->fetch()) ... @endif
true
Warning!

Date modifiers preserve the date value's timezone by default. Dated entries use UTC. Enable localize_dates_in_modifiers in config/statamic/system.php to convert dates to your display timezone before applying modifiers.

Please refer to our Timezones guide for more information.

A troll pointing a teaching stick