Natural Language Date Processing.

Michael Amrhein michael at adrhinum.de
Tue Feb 7 11:52:33 EST 2006


Andrew Gwozdziewycz schrieb:
> I've been looking recently for date processing modules that can parse 
> dates in forms such as
> "next week" or "6 days from next sunday".  PHP has a function that will 
> do this called 'strtotime',
> but I have not found a Python implementation. I've check the standard 
> date, datetime and time
> modules and also mx.Date* modules. Am I overlooking something here or 
> does it not exist?
> Anyone know of an implementation? Also, I realize that this is perhaps 
> very English specific
> so I apologize to any non-native English speakers.
> 
> ---
> Andrew Gwozdziewycz
> apgwoz at gmail.com
> http://ihadagreatview.org
> http://plasticandroid.org
> 
> 

You may take a look at http://labix.org/python-dateutil
Have fun
Michael



More information about the Python-list mailing list