* specifies the format of dates that are set by means of API methods. Used to parse incoming dates * @param date the date which needs formatting
(date: Date)
| 131 | * @param date the date which needs formatting |
| 132 | */ |
| 133 | api_date(date: Date): string; |
| 134 | |
| 135 | /** |
| 136 | * specifies the content of day-cells in the Mini-Calendar (date picker) |
no outgoing calls
no test coverage detected