Answers for "django template date options"

0

check date on template django

{% now "Y-m-d" as todays_date %}
{% if todays_date < someday|date:"Y-m-d" %}
   <h1>It's not too late!</h1>
{% endif %}
Posted by: Guest on November-30-2020

Code answers related to "django template date options"

Python Answers by Framework

Browse Popular Code Answers by Language