Just if anybody else need the solution how to filter resources based on date TV...
Here is an exmaple, that works with pdoResources:
[ul]
[li]
&tvFilters=`nameOfDateTV>>[[!getDate:date=`%Y-%m`]]`
: list only resources with TV value, where month is greater than current moth[/li]
[li]
&tvFilters=`nameOfDateTV>>[[!getDate:date=`%Y-%m-%d`]]`
: list only resources with TV value, where date is greater than current date[/li]
[li]
&tvFilters=`nameOfDateTV>>[[!getDate:date=`%Y-%m-%d %H`]]`
: list only resources with TV value, where date and hour is greater than current date and hour [/li]
[li]etc.[/li]
[/ul]
getDate is an extra and here you can find more useful examples:
https://docs.modx.com/extras/revo/getdate