📜  检查模板 django 上的日期 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:04.091000             🧑  作者: Mango

代码示例1
{% now "Y-m-d" as todays_date %}
{% if todays_date < someday|date:"Y-m-d" %}
   

It's not too late!

{% endif %}