Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

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.