Answers for "date function on twig"

PHP
0

display date time twig

// date
{{ post.published_at|date("m/d/Y") }}

// date time
{{ post.published_at|date('Y-m-d H:i:s') }}
Posted by: Guest on September-18-2020
0

twig date

{{ post.published_at|date("F jS \\a\\t g:ia") }}
Posted by: Guest on October-13-2021

Browse Popular Code Answers by Language