Python 创建日期对象
创建日期对象
要创建日期,我们可以使用 datetime
模块的 datetime()
类(构造函数)。
datetime()
类需要三个参数来创建一个日期:年、月、日。
datetime()
类还接受时间和时区参数(小时、分钟、秒、微秒、时区),但它们是可选的,默认值为 0
,(时区为 None
)。
要创建日期,我们可以使用 datetime
模块的 datetime()
类(构造函数)。
datetime()
类需要三个参数来创建一个日期:年、月、日。
datetime()
类还接受时间和时区参数(小时、分钟、秒、微秒、时区),但它们是可选的,默认值为 0
,(时区为 None
)。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]