Skip to content

Instantly share code, notes, and snippets.

@xiaotangyuan
Last active August 29, 2015 14:05
Show Gist options
  • Save xiaotangyuan/af3d74dad49721e97b57 to your computer and use it in GitHub Desktop.
Save xiaotangyuan/af3d74dad49721e97b57 to your computer and use it in GitHub Desktop.
django中模板格式化时间。
{{ datetimeField|date:'Y-m-d H:i' }}
{{ datetimeField|timesince }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment