hoist-react
hoist-react copied to clipboard
Relative LocalDate filtering
Client app requested functionality that would benefit on filtering for dates fields relative to today ( date_field = Today
or date_field >= 2 Months Ago
), rather than filtering by an absolute date (ie, date_field = 2022/06/14
or date_field >= 2022/04/01
). Specifically for localdate objects.
This is one of those features that can easily become very complicated, so we need to figure out if we want to support it and how much we want to support it.