Date type

Batista, Facundo FBatista at uniFON.com.ar
Fri May 16 10:29:51 EDT 2003


I need a "date type" and I can´t find it anywhere.

With date type I mean something like:

> a = Date()
> a.month = 5
> a.day = 15
>
> b = Date()
> a.month = 5
> b.day = 17
>
> print b-a
2
> print a+1
Fri May 16 00:00:00 GMT 2003

There is something like this already?

If not, I need it enough to make it, but I want to make it as much common as
posible, so how can I ask for specification ideas?

Thanks for all.

.	Facundo





More information about the Python-list mailing list