0% found this document useful (0 votes)
35 views

Date and Time

Python does not have a native date data type, but it provides modules like datetime, time, and calendar to work with date objects. These modules allow importing date functionality to Python programs and manipulating dates.

Uploaded by

Pallab Datta
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Date and Time

Python does not have a native date data type, but it provides modules like datetime, time, and calendar to work with date objects. These modules allow importing date functionality to Python programs and manipulating dates.

Uploaded by

Pallab Datta
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

In python, the date is not a data type, but we can work with the date objects by

importing the module named with datetime, time, and calendar.

You might also like