How to add current date as option?
Hi @artemnovichkov! 馃憢
You can insert the current date and time using jinja2-time, which comes with cookiecutter.
{% now 'utc', '%Y' %}
Check out this example.
@hackebrot, thank you! I used {% now 'local', '%d/%m/%Y' %} for similar date format.
Most helpful comment
Hi @artemnovichkov! 馃憢
You can insert the current date and time using jinja2-time, which comes with cookiecutter.
Check out this example.