I want to filter some custom posts in The Grid so that only those with an Event Start Date of the current date or later are selected. The custom posts have a DateTime meta key named _EventStartDate which I want to compare with the date, as provided by the Wordpress Date() function. Is this possible? I’ve tried various permutations similar to this one:
If it can’t be done this way, is it possible using a function instead?
Many thanks
Mike.