24 Nov
2003
24 Nov
'03
3:23 p.m.
On Mon, 2003-11-24 at 07:16, Small Business Services wrote:
There is a function called strptime in the python Time module that will parse a string according to a given format. I have never used it, but you can find a description of this routine in the Python Library Reference manual.
IIRC, strptime is not included in Widoze distros of Python 2.1. It's easy enough to find recipes online, however. HTH, Dylan