mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Enh: Added day of the week at the top.
This commit is contained in:
parent
6b79915686
commit
7fd089809f
@ -142,8 +142,11 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
|
||||
<td><label>Shop ID:</label></td>
|
||||
<td><?php echo $shop_id;?>; Location:
|
||||
<?php echo $shop_location;?>; Date:
|
||||
<?php echo $shop_date;?>; Shop Type:
|
||||
<?php echo $shop_type;?>
|
||||
<?php
|
||||
$date = date_create($shop_date);
|
||||
echo date_format($date, 'l') . ", " .$shop_date;
|
||||
?>;
|
||||
Shop Type: <?php echo $shop_type;?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user