码迷,mamicode.com
首页 > 编程语言 > 详细

python中time模块的用法

时间:2015-04-15 14:49:47      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

import time

tick    = time.time()        #返回从12:00am, January 1, 1970(epoch) 开始的记录的当前操作系统时间

present = time.localtime()   #当前时间

format  = time.asctime()     #格式化时间



import calendar

calendar.month(2015, 5)      #日历显示

 

python中time模块的用法

标签:

原文地址:http://www.cnblogs.com/LarryGen/p/4428493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!