I want to be able to see view that shows records 'older than X days'. There is an option for Older than X months but I need days. How do I solve this?
1. I was thinking going through another field to calculate the dates. but the problem is, at the same time, it also calculate the time. e.g. 29/05/2013 4pm -- 31/05/2013 8am (less
than 24 hrs), which is still recognized the duration is 0 day. But i want it to be calculated as 1 day.
so How do i select the date without considering the time issue.
2. if import the solution, what should i do?
Thanks in advance.