Nathan Pinno wrote:
> Is there a method in Python like this already:
>  
> [code]
> #This program calculates how many days it has been from one day to the 
> other.

Hi,

Check the datetime module, it will give you distance between dates in 
the units you specify. It is included in the standard distribution.

Hugo
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to