mthorley wrote:
> Greetings, I'm looking for a python module that will take a datetime
> obj and convert it into relative time in english.
> For example: 10 minutes ago, 1 Hour ago, Yesterday, A few day ago, Last
> Week, etc

For the very little it's worth, I offer the following:

http://timgolden.me.uk/python/datediff.py

It doesn't do everything you want, but it should
be a starting point.

TJG

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to