Change time input to dropdown

This commit is contained in:
2020-07-15 20:26:06 +02:00
parent 92cb51ae60
commit 393a508136
5 changed files with 81 additions and 18 deletions

View File

@@ -22,6 +22,7 @@ function formatArray($data){
"description" => $row["observaciones"],
"patient" => $row["documento_identificativo"],
"end" => $row["fecha"] . " " . $row["end"],
"overlap" => false,
);
}
return $events;