Date type

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri May 16 10:54:34 EDT 2003


>>>>> "Batista," == Batista, Facundo <FBatista at uniFON.com.ar> writes:

    Batista,> I need a "date type" and I can´t find it anywhere.  With
    Batista,> date type I mean something like:

The standard library has the time module

  http://www.python.org/dev/doc/devel/lib/module-time.html

egenix provides a nice datetime library for python with lots of extra
functionality over the time module.

  http://www.egenix.com/files/python/mxDateTime.html

Tim Peters has developed a new datetime module for python 2.3.

John Hunter





More information about the Python-list mailing list