标签:usr 日期格式 格式化 tty 时区 日历 port python 技术
python中时间日期格式化符号:
下面是日历
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import calendar
cal = calendar.month(2017, 10)
print "以下输出2017年10月份的日历:"
print cal;
标签:usr 日期格式 格式化 tty 时区 日历 port python 技术
原文地址:http://www.cnblogs.com/VseYoung/p/time.html