Hi Everyone.
I have a news based client / website for which I am using the blog app for and I am wanting to have a more dynamic way of displaying when the post was published.
You see this method quite a lot on most news sites, for example on BBC News, where instead of displaying the date itself, you display "4 hours ago" or "2 days ago" etc.
I'm guessing the best way to do it is to write a php script to generate to output and then pass that via PerchSystem::set_var('name', 'value') , but I was just wondering if anyone done this on Perch or would know the best way to achieve this?
Many thanks
Glen