06-08-19 12:11 PM
06-08-19 02:43 PM
07-08-19 07:26 AM
07-08-19 08:07 AM
"Created >'"&[Data2] &"' and Created<'"&[Data3] &"'"
07-08-19 02:24 PM
Also Try this one "[Date] LIKE "&"'"&[Today]&"%'". Tested its working
Collection name - COL and Fieldname - Date
07-08-19 05:16 PM
Set Date1 to Today's Date
Set Date2 to Tomorrow's Date
Set Date1: FormatDateTime(Today()&" "&LocalTime(),"MM/dd/yyyy")
Set Date2: FormatDateTime(DateAdd("9", "1", Today())&" "&LocalTime(),"MM/dd/yyyy")
Use this in the filter condition
Filer Condition: "[Created] > "&"'" &[Date1]&"' and [Created] < "&"'" &[Date2]&"'"
This filter the files which are created Today. If you want to filter the files with different dates, set Date 1 and Date 2 to those dates.
Hope this helps.
14-08-19 01:31 PM
14-08-19 02:03 PM
14-08-19 02:04 PM