Date and Time

Jeff Kunce kuncej at mail.conservation.state.mo.us
Fri Jan 28 16:31:49 EST 2000


> I'd like to create a Python class that returns the Date/Time like this.

The best python tool for dealing with dates and times is
M-A Lemburg's mxDateTime package:
   http://starship.python.net/crew/lemburg/mxDateTime.html

I also have an all-python module that does a lot of date and time
things. It might give you some ideas.
See:
    datetime.py
at:
    http://starship.python.net/crew/jjkunce/

  --Jeff






More information about the Python-list mailing list