Python 04F2 - Working with datetime Objects
We can import the datetime library to get the system clock data and times as a datetime object, format the print string for the object using the strftime( ) method, construct a specific date and mathematically calculate the number of days between two dates.
Instructor: Stephen Hustedde (CIS156 - Python Level I at South Mountain Community College in Phoenix, AZ)