find difference in days from YYYYMMDD to YYYYMMDD

Diez B. Roggisch deets at nospam.web.de
Sat Sep 22 06:37:49 EDT 2007


Konstantinos Pachopoulos schrieb:
> Hi,
> does any body now any such algorith? to find difference in days from 
> YYYYMMDD to YYYYMMDD?
> Or just an algorithm, that converts YYYYMMDD to seconds since the epoch?

See the modules datetime and time in the standard library.

Diez



More information about the Python-list mailing list