Module

PublicEvents

Represents the PublicEvents page for displaying public events.

View Source pages/PublicEvents/PublicEvents.jsx, line 57

Methods

# inner getDataByRange(data) → {Array}

Filters events based on the selected date range.

Parameters:
Name Type Description
data Array

The list of events to filter.

View Source pages/PublicEvents/PublicEvents.jsx, line 88

The filtered list of events.

Array

# inner getLastDayOfMonth() → {number}

Gets the last day of the current month.

View Source pages/PublicEvents/PublicEvents.jsx, line 73

The last day of the current month.

number