Change time input to dropdown
This commit is contained in:
@@ -22,6 +22,7 @@ function formatArray($data){
|
||||
"description" => $row["observaciones"],
|
||||
"patient" => $row["documento_identificativo"],
|
||||
"end" => $row["fecha"] . " " . $row["end"],
|
||||
"overlap" => false,
|
||||
);
|
||||
}
|
||||
return $events;
|
||||
|
||||
Reference in New Issue
Block a user