calculate Date difference in summary view
Hi,
I want to calculate date difference. suppose I have post_date and now I want to calculate difference between the post is publish and current date or in sql format ( datediff(now(),post_date) ) how can I achieve this in summary view.