Relative date function
Jehiah has a function called getRelativeTime() that will make it really easy to do relative date printing, such as “4 days ago” or “in 2 days.”
Jehiah has a function called getRelativeTime() that will make it really easy to do relative date printing, such as “4 days ago” or “in 2 days.”
I prefer the timesince method that ships with Django.
Antrix:
Good tip! Thanks.