Hi
I'm currently using the plugin CalendarizeIT with Toolset. I'd like to display the post entries as future events and hide the old entries (older than today - hidden link). The custom field used to generate the date is "fc_start" which comes from CalendarizeIT ( hidden link ).
Is there a way to achieve this?
Regards
Hello,
It depends on how CalendarizeIT plugins store the date value in custom field "fc_start", if it stores timestamp value, then you can follow our document to setup a filter on custom field "fc_start", for example:
Select items with field:
fc_start is a number greater than TODAY()
See our document:
https://toolset.com/documentation/user-guides/date-filters/
I did use this filter hidden link but it doesn't work. I assume then that "fc_start" doesn't store timestamp value.
Is there a way to convert "fc_start" to a timestamp value via a function so that I can use that filter similar to the case where I'd use Toolset's date field ( hidden link )
Regards
For the new question:
Is there a way to convert "fc_start" to a timestamp value via a function.
No, there isn't such kind of feature within Toolset plugins, I suggest you check it with author of CalendarizeIT plugins.
My issue is resolved now. Thank you!