mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
modified: system/admin/views/config.html.php added format %Y-%m-%d
This commit is contained in:
parent
cee65654d7
commit
0d8512dd32
1 changed files with 7 additions and 0 deletions
|
|
@ -101,6 +101,13 @@
|
|||
<?php echo strftime('%m/%d/%Y', strtotime($date)); ?>
|
||||
</label>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue