mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 07:37:13 +00:00
Change the date display
The date display was changed from 'm/d/Y' to 'd.m.Y'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user