Datetime objects

Lad python at hope.cz
Wed Aug 2 07:48:00 EDT 2006


How can I find days and minutes difference between two datetime
objects?
For example If I  have
b=datetime.datetime(2006, 8, 2, 8, 57, 28, 687000)
a=datetime.datetime(2006, 8, 1, 18, 19, 45, 765000)

Thank you for help
L.




More information about the Python-list mailing list