Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I use a selection item to show date, but how do I use "Search" function to choose some date range?
For example: I want to show 2009-10-1 ~~~ 2010-6-1.
I appreciate your advice.
Thanks.
If you are using a search object, add the date field and just type something like
>01/10/2009<01/06/2010
It will return all dates between those two. Note the date format you are using (in my case DD/MM/YYYY).
Hope this helps