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

Python标准库 datetime

时间:2015-04-02 13:04:51      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

 

>>> import datetime
>>> now = datetime.datetime.now()
>>> now
datetime.datetime(2015, 4, 2, 12, 18, 37, 962347)

>>> print now
2015-04-02 12:18:37.962347

 

Python标准库 datetime

标签:

原文地址:http://www.cnblogs.com/zhanhg/p/4386554.html

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