* converts date string into a Date object * @param date the string which need to be parsed
(date: string)
| 313 | * @param date the string which need to be parsed |
| 314 | */ |
| 315 | parse_date(date: string): Date; |
| 316 | |
| 317 | /** |
| 318 | * specifies the content of the pop-up edit form |
no outgoing calls
no test coverage detected