Miki Tebeka wrote:
> Is there a date class in python?
> One which I can do things like:
> d1 = date('11/11/00')
> d2 = date('12/12/00')
> days = d1 - d2
> if (d1 < d2) ....
If the Starship just _happens_ to be running when
you read this post <0.2 wink> you can try this link:
http://starship.python.net/crew/jbauer/normaldate/
-Jeff