我正在尝试从
更改日期标记7月29日
到
TWENTYNINE JULY
目前的情况如下:
{{ article.publishing_date|date }}
格式化示例:
{{ article.publishing_date|date:"F n, Y" }}
其他说明..
{% get_current_time "%Y-%m-%d %I:%M %p" as the_time %}
<p>The time is {{ the_time }}.</p>
https://docs.djangoproject.com/en/1.9/howto/custom-template-tags/ https://pypi.python.org/pypi/num2words