* specifies the time part of the start and end dates of the event. Mostly used by other templates for presenting time periods * @param date the date which needs formatting
(date: Date)
| 213 | * @param date the date which needs formatting |
| 214 | */ |
| 215 | event_date(date: Date): string; |
| 216 | |
| 217 | /** |
| 218 | * specifies the event's header |
no outgoing calls
no test coverage detected