From: Michael H. <hag...@jp...> - 2002-09-26 19:01:30
|
Leonardo Milano writes: > Is there a date-format data type in Python ?. I browsed the docs > and couldn't find one. Or is there a class for that ?. There is a package called mx.DateTime or something like that with a vary capable date class, but unfortunately it is not part of standard Python. Standard Python tends to use doubles or tuples to represent date/times and the time module has lots of routines for manipulating dates/times. Michael -- Michael Haggerty hag...@jp... |