Associate
- Joined
- 2 Sep 2007
- Posts
- 2,001
Hi All
I want to only show dates which greater than today's date more than 10 days. What would I put in the filter in the following screenshot. When I type in >=01/01/2008 it automatically puts in >= TO_DATE('01/01/2008', 'MM/DD/YYYY')
Would I do something like:-
>= TO_DATE(NOW()+10, 'MM/DD/YYYY')
When I type in the above it says 'Your entry cannot be converted to a valid date time value' Any ideas what I need to put?
I want to only show dates which greater than today's date more than 10 days. What would I put in the filter in the following screenshot. When I type in >=01/01/2008 it automatically puts in >= TO_DATE('01/01/2008', 'MM/DD/YYYY')
Would I do something like:-
>= TO_DATE(NOW()+10, 'MM/DD/YYYY')
When I type in the above it says 'Your entry cannot be converted to a valid date time value' Any ideas what I need to put?

Last edited: