Change the date display

The date display was changed from 'm/d/Y' to 'd.m.Y'
This commit is contained in:
Vladyslav
2018-05-19 20:52:33 +03:00
parent 37e70a165b
commit a956abee13
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
<table>
<tr>
<td><span class="f9 c6">Start Date:</span></td>
<td width="140"><input type="text" name="start_date" id="start_date" value="<?php echo date('m/d/Y'); ?>"></td>
<td width="140"><input type="text" name="start_date" id="start_date" value="<?php echo date('d.m.Y'); ?>"></td>
</tr>
<tr>
<td><span class="f9 c6">Start Time:</span></td>