Anonymous - 2010-07-07

Originally by: sf-overlords

Post by mramm:
See http://pylonshq.com/docs/en/0.9.7/thirdparty/webhelpers/date/

I think we can probably round to the hour if it's less than 1 day, the day if it's less than a week, and the week if it's less than a month, and then to month after that.

We should probably implement our own helper function which delegates to the webhelper date formatter...