symfony - Change format of date with Symfony2 -


how can insert new \datetime() jj-mm-aaaa format symfony2 ? or if impossible how show in format in twig n

what using date twig filter,

{{ yourdatetimeobject|date("d-m-y") }} 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -