Change other date formats to one view

This commit is contained in:
Vladyslav
2018-05-20 02:33:25 +03:00
parent 68f9282dc7
commit cbcc9b5262
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<tbody>
<tr>
<td class="hab"><input type="text" class="fm" name="duration" value="1"></td>
<td class="hab"><input type="text" class="fm" name="start" value="<?php echo date('d-m-Y H:i:s', strtotime("now")); ?>"></td>
<td class="hab"><input type="text" class="fm" name="start" value="<?php echo date('d.m.Y H:i:s', strtotime("now")); ?>"></td>
</tr>
<tr>
<td>Default: 1 Hour<br />Value: Hours (0.5) for 30 mins</td>