In article <[email protected]>, [email protected] wrote: > I was just hoping there was some calendar object in Python which could > do all that for me (I need the handling of 31st and February etc.)
Whatever your requirement, chances are dateutil will be of help: <http://labix.org/python-dateutil> -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
