* specifies the date in the header of the view * @param date the date which needs formatting
(date: Date)
| 282 | * @param date the date which needs formatting |
| 283 | */ |
| 284 | month_date(date: Date): string; |
| 285 | |
| 286 | /** |
| 287 | * specifies the CSS class that will be applied to a day cell |
no outgoing calls
no test coverage detected