Skip to content

Instantly share code, notes, and snippets.

@thamas
Last active October 15, 2016 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thamas/983a257046100a6f89c3e5ead9fa88e8 to your computer and use it in GitHub Desktop.
Save thamas/983a257046100a6f89c3e5ead9fa88e8 to your computer and use it in GitHub Desktop.
{% set current_date = date()|date('U')|format_date('short') %}
<p>
{% trans %}
The current date is {{ current_date|placeholder|striptags }}
{% endtrans %}
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment