string to datetime parser?

M.-A. Lemburg mal at egenix.com
Fri Jan 13 14:24:52 EST 2006


beza1e1 wrote:
> Is there a library which can parse strings and output a datetime
> object? It should be as magical as possible and allow things like:
> 12:30
> tomorrow
> 10.10.2005
> 02-28-00
> 28/03/95
> 1995-03-28
> 1996.Feb.29 (Thu) 16:45:23.7
> 
> Is there anything like that out there? My Google can't find anything
> useful ...

http://www.egenix.com/files/python/mxDateTime.html

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 13 2006)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::



More information about the Python-list mailing list