要使用Python獲取年月日信息,可以使用datetime模塊中的date類。以下是一個示例代碼:
from datetime import date # 獲取當前日期 today = date.today() year = today.year month = today.month day = today.day print("當前日期:{}年{}月{}日".format(year, month, day))
運行該代碼,將輸出當前日期的年月日信息。
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529