Skip to content

Instantly share code, notes, and snippets.

@yin8086
Created November 27, 2012 07:17
Show Gist options
  • Save yin8086/4152905 to your computer and use it in GitHub Desktop.
Save yin8086/4152905 to your computer and use it in GitHub Desktop.
Python 中文日期 格式化
date.today().strftime(u'%Y年%m月%d日'.encode('utf-8')).decode('utf-8')
#输出:2012年11月27日
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment