It is {% now "jS F Y H:i" %} It is {% now "SHORT_DATETIME_FORMAT" %}
{% now "Y-m-d" as todays_date %} {% if todays_date < someday|date:"Y-m-d" %} <h1>It's not too late!</h1> {% endif %}
It is {% now "jS F Y H:i" %}