We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
This depends on how your date field is entered. If you use the Date() function to store the date value then you can simply use a query criteria that looks like:
This depends on how your date field is entered. If you use the Date() function to store the date value then you can simply use a query criteria that looks like:
Open in new window
orOpen in new window
If, however, you use the Now() function to fill in the date field, then you need to either convert that value to a date only, or use a date range.Open in new window
orOpen in new window