Please, explain me again, how I can make
filter by date. I try some examples above, but don't understand how it works.
Write example "view".
For example: I have this content type named "Ann":
- dtStartDate type Date
- dtEndDate type Date
- strHeader type String
I have a content folder by this type.
How I can write "view" when I will see only data by filter:
(dtStartDate < Today) and (dtEndDate > Today)