1
0
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:
Jonathan Rosenbaum 2017-11-12 06:45:37 +00:00
parent 6b79915686
commit 7fd089809f

View File

@ -142,8 +142,11 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "FormEdit")) {
<td><label>Shop ID:</label></td>
<td><?php echo $shop_id;?>; &nbsp;Location:
<?php echo $shop_location;?>; &nbsp;Date:
<?php echo $shop_date;?>; &nbsp;Shop Type:
<?php echo $shop_type;?>
<?php
$date = date_create($shop_date);
echo date_format($date, 'l') . ", " .$shop_date;
?>;
&nbsp;Shop Type: <?php echo $shop_type;?>
</td>
</tr>
<tr>