ForageWeb.ForageView.forage_date_filter

You're seeing just the function forage_date_filter, go back to ForageWeb.ForageView module for more information.
Link to this function

forage_date_filter(form, name, opts \\ [])

A filter that works on dates.

It supports the following operators:

  • Equal to
  • Greater than
  • Less than
  • Greater than or equal to
  • Less than or equal to

Examples

TODO