L
L
Les Alterman2016-05-23 13:29:10
PHP
Les Alterman, 2016-05-23 13:29:10

How to set date in Twig?

There is a hidden input field that sends the date the post was modified.

<input type="hidden" name="date_reg" value="<?date('Y-m-d H:i:s');?>">

Please help convert PHP code <?date('Y-m-d H:i:s');?>of the same time format to Twig language. The documentation didn't help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Алексей Романенко, 2016-05-23
@Les_Alterman

{{ "now"|date("Y-m-d H:i:s") }}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question