HomePhabricator

date fields can now be queried for all rows matching a time

Description

date fields can now be queried for all rows matching a time
range object:

Fins.Model.find.x((["datefield": Calendar.Month() ]));

would return all rows in x where datefield has a value in the
current month.

Event Timeline