functions/events library

Functions

filterEventsByDay(List<Event> events, DateTime date) List<Event>
Filter the events for the current date. params Event events The events to filter. params DateTime date The date to filter.