I've been trying to filter my gallery by this formula :
Items formula on Gallery :
'Date Created' >=DateFrom.SelectedDate && 'Date Created'<= DateTo.SelectedDate
DefaultDate Formula :
Today()
So, for example I choose May 1, 2022 to May 4, 2022 - I'd like to display on items on my Gallery from those dates. But, from my filter formula above whats only displaying is from May 1, 2022 - May 3, 2022.
How can I get it to display the items exactly from the selected dates not "between" it?
Also, is there a way to display the way to display the items descending date from the latest date & time to last?