Added start time to the calendar display.
This commit is contained in:
@@ -119,6 +119,10 @@ function getEvents() {
|
||||
<div class="col">
|
||||
<div class="card-body">
|
||||
<h3 class="card-title"><?= $event["title"] ?></h3>
|
||||
<div class="input-group mt-3 mb-3">
|
||||
<span class="input-group-text" id="basic-addon1">Start Time</span>
|
||||
<input type="text" class="form-control" disabled value="<?= ( new DateTime($event["start"]) ) -> format("g:i a") ?>">
|
||||
</div>
|
||||
<div class="input-group mt-3 mb-3">
|
||||
<span class="input-group-text" id="basic-addon1">Location</span>
|
||||
<input type="text" class="form-control" disabled value="<?= $event["location"] ?>">
|
||||
|
||||
Reference in New Issue
Block a user