Can you use >= or <= for PluginList date filters?
Hi all,
We just got a requirement for PluginList that instead of filtering for all items that are expiring in the next 30 days, ie.
Copy to clipboard
{filter range="tracker_field_REG_ExpiryDate" from="now" to="30 days"}
We now need something like have today's date between one variable (REG_ReminderDate) and another variable (REG_ExpiryDate)
Is there any way to have a filter that "now" is:
>= tracker_field_REG_ReminderDate
And