django自定义标签模板 - 日期到单词

时间:2016-07-14 14:57:31

标签: python django

我正在尝试从

更改日期标记
  

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

0 个答案:

没有答案