ForageWeb.ForageView.forage_datetime_filter

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

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

A filter that works on datetime objects.

It supports the following operators:

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

Examples

TODO