* сonverts date object to a date string. Used to send data back to the server * @param date the date which needs formatting
(date: Date)
| 235 | * @param date the date which needs formatting |
| 236 | */ |
| 237 | format_date(date: Date): string; |
| 238 | |
| 239 | /** |
| 240 | * specifies the items of the Y-Axis |
no outgoing calls
no test coverage detected