您好,登錄后才能下訂單哦!
Python DateTime的模塊如何在相關類方法中的整理,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
相關聯的模塊還有time與calendar 其中的time我們上面已經做了整理。呆會再整理下日歷相比time模塊來講的話這個模塊在運算上更加方便一點。現在整理一下其幫助文檔上面的內容出來
構造方法:
datetime(year,month,day,[hour[,minute[,
second[,microsecond[,tzinfo]]]]])
參數說明:
<!--[if !supportLists]-->· <!--[endif]-->MINYEAR
<= year <= MAXYEAR<!--[if !supportLists]-->· <!--[endif]-->1 <= month
<= 12<!--[if !supportLists]-->· <!--[endif]-->1 <= day
<= number of days in the given month and year<!--[if !supportLists]-->· <!--[endif]-->0
<= hour < 24<!--[if !supportLists]-->· <!--[endif]-->0
<= minute < 60<!--[if !supportLists]-->· <!--[endif]-->0
<= second < 60<!--[if !supportLists]-->· <!--[endif]-->0
<= microsecond < 1000000
Python DateTime相關類方法整理
1、today() 返回當前的本地時間值
if __name__ == '__main__': datetimedatetimes = datetime.datetime(2001,12,2)
構造方法參數要指明正確哦
print datetimes.today()
返回:
2010-03-04 14:40:51.783000
即為當前的時間值了
2、
now([tz])
示例:
if __name__ == '__main__': datetimedatetimes = datetime.datetime(2001,12,2) print datetimes.now()
輸出:
2010-03-04 14:43:09.127000
看完上述內容,你們掌握Python DateTime的模塊如何在相關類方法中的整理的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。