Here are some examples on working with dates.
Creating a date using the time module
Creating a date only using datetime
Creating a date with time using datetime
Adding some time to an existing date
Calculating the difference between two dates
Further resoources
My python challenge