mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Adds sale date error span.
This commit is contained in:
@@ -417,6 +417,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<tr><td> </td>
|
||||
<td><label for="date"><?php echo $row_Recordset3['fieldname_date']; ?>:</label></td>
|
||||
<td><input name="date" type="text" id="date" value="<?php echo $row_Recordset2['date_day']; ?>" size="10" maxlength="10" />
|
||||
<span id="date_error"></span>
|
||||
|
||||
<SCRIPT>
|
||||
function FillDate() {
|
||||
|
||||
Reference in New Issue
Block a user