Returning entries that contain the current month
We are using a Low Event custom field to store birthdays and anniversaries. How can I return all entries that contain the current month that matches that which is stored in a Low Events custom field. I wish to have the database only return those entires in which match the current month so that i don't unnecessarily query data that I don't need.
Replies
Low 21 Jan 2015 18:11
LE itself doesn't have tags/params for this yet, but the Query module can help you out:
...where 'event_dates' is your events field.