Python 创建日期对象
创建日期对象
要创建日期,我们可以使用 datetime
的 datetime()
类(构造函数) 模块。
datetime()
类需要三个参数来创建日期: year, month, day。
datetime()
类也接受时间和时区参数 (hour, minute, second, microsecond, tzone),但它们是可选的,并且具有默认值 0
,(None
表示时区)。
要创建日期,我们可以使用 datetime
的 datetime()
类(构造函数) 模块。
datetime()
类需要三个参数来创建日期: year, month, day。
datetime()
类也接受时间和时区参数 (hour, minute, second, microsecond, tzone),但它们是可选的,并且具有默认值 0
,(None
表示时区)。
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。