Skip to content Skip to footer navigation
You are reading the Statamic 6 Alpha docs. πŸ‘€

now

The current date/time. If you use it on its own, it will be converted to your display_timezone and formatted using the default time format.

When you pass it to a tag parameter, or modifier, it will be treated as a UTC Carbon instance.

{{ now }}
{{ $now }}
-- or --
{{ now() }}
December 30th 2015

Also available as {{ today }} and {{ current_date }} aliases.