Browse Source

modified: system/admin/views/config.html.php added format %Y-%m-%d

pull/555/head
mieszkou 3 years ago
parent
commit
0d8512dd32
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      system/admin/views/config.html.php

+ 7
- 0
system/admin/views/config.html.php View File

@ -101,6 +101,13 @@
<?php echo strftime('%m/%d/%Y', strtotime($date)); ?> <?php echo strftime('%m/%d/%Y', strtotime($date)); ?>
</label> </label>
</div> </div>
<div class="form-check">
<input class="form-check-input" type="radio" name="-config-date.format" id="date.format6" value="%Y-%m-%d" <?php if (config('date.format') === '%Y-%m-%d'):?>checked<?php endif;?>>
<label class="form-check-label" for="date.format6">
<?php echo strftime('%Y-%m-%d', strtotime($date)); ?>
</label>
</div>
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save