From: Alan G I. <ai...@am...> - 2006-10-08 16:04:44
|
On Sun, 8 Oct 2006, Matt Knox apparently wrote:=20 > I have a custom Date class which allows creation of=20 > different frequency Dates (annual, monthly, etc..). Two=20 > dates of the same frequency can be subtracted, and=20 > integers can be added to a Date, with the obvious results=20 > in each case. I store these dates in arrays currently=20 > using the "object" dtype.=20 Just making sure you know about http://www.egenix.com/files/python/mxDateTime.html If you need something that is not there, Marc-Andr=E9 Lemburg may be willing to add it, if others might need it too. Cheers, Alan Isaac |