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.
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page