On 21/10/05, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Since 2.3 Python includes a datetime module which has some facility for date
> calculations. I think mxDateTime is more sophisticated but if your needs are 
> simple take
> a look at datetime.

The only significant difference I've come across is that mxDateTime
has a .strptime() function (for parsing a string like "10/12/2005"),
and python DateTime doesn't (so you have to go via the time module).

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

Reply via email to