Re: I'm looking for an intelligent date conversion module

2006-12-16 Thread neoedmund
I'm more familiar with java. maybe java.util.Calendar can be port to python? i donnt know. mthorley のメッセージ: > 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 a

Re: I'm looking for an intelligent date conversion module

2006-12-16 Thread Will McGugan
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 > I feel for you. I'm always on the lookout for an intelligent date. --

Re: I'm looking for an intelligent date conversion module

2006-12-15 Thread Tim Golden
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.