Skip to content

Instantly share code, notes, and snippets.

@sungitly
Created March 20, 2015 13:23
Show Gist options
  • Save sungitly/dfc309d6500b64088036 to your computer and use it in GitHub Desktop.
Save sungitly/dfc309d6500b64088036 to your computer and use it in GitHub Desktop.
Python 中文日期 格式化
# -*- coding: utf-8 -*-
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