Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

display date time twig

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

// date time
{{ post.published_at|date('Y-m-d H:i:s') }}
Source by twig.symfony.com #
 
PREVIOUS NEXT
Tagged: #display #date #time #twig
ADD COMMENT
Topic
Name
6+6 =