Hi @eteskin
Thank you for your interest in the Filter Everything plugin.
Under the perfect conditions, it should be released with the next update. But we cannot promise anything. Probably from a month to three.
Best Regards – Victor
Can I filter by date range with the current settings of your plugin? If yes, how?
Hi @eteskin
There is a PHP function strtotime() that converts a date like "2021-05-19 13:22:33" to a Unix timestamp "1621430553", which is a number of seconds. With custom coding, you could create the needed functionality to make a date range slider. But out of the box, there is no possibility yet.
Best Regards – Victor