python 日期转星期
摘要:
import timeimport datetimetoday = int(time.strftime('%w'))print todayanyday = datetime.datetime(2012, 04, 22).strftime('%w')print anyday 阅读全文
posted @ 2015-06-03 10:36 雨渐渐 阅读(1023) 评论(0) 推荐(0) 编辑
posted @ 2015-06-03 10:36 雨渐渐 阅读(1023) 评论(0) 推荐(0) 编辑