Good afternoon, I make a website on Modx Revo, I can’t filter events with a date later than today, I bring events through getResurses, nothing is displayed at all:

[[getResources? &parents=`8` &tpl=`ImmediateEvent` &includeContent=`1` &includeTVs=`EventDate` &processTVs=`1` &tvFilters=`EventDate>=[[!toDate]]` &limit=`4444` ]] 

Tv parameter Event Date displays: 09/17/2016, 1:30 PM Sniping toDate displays: 09/03/2016, 20:09, Snippet itself:

 <?php echo date("dmY, H:m"); 

    1 answer 1

    The problem is similar to your "neighboring" question. The TV value is displayed on the page through the filter, so you see it not as it is stored in the database, and the comparison is made in the original format (as in the database)