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
> [EMAIL PROTECTED]
> http://ihadagreatview.org
> http://plasticandroid.org
> 
> 

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

Reply via email to