Is Tomorrow Modifier
Returns true
if a given date is tomorrow, using the server's time.
date: January 1, 2000
{{ if date | is_tomorrow }}
@if (Statamic::modify($date)->isTomorrow()->fetch()) ... @endif
false
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page