The date time format can be chosen in application settings
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
<?= $this->form->select('application_date_format', $date_formats, $values, $errors) ?>
|
||||
<p class="form-help"><?= t('ISO format is always accepted, example: "%s" and "%s"', date('Y-m-d'), date('Y_m_d')) ?></p>
|
||||
|
||||
<?= $this->form->label(t('Date and time format'), 'application_datetime_format') ?>
|
||||
<?= $this->form->select('application_datetime_format', $datetime_formats, $values, $errors) ?>
|
||||
|
||||
<?= $this->form->label(t('Time format'), 'application_time_format') ?>
|
||||
<?= $this->form->select('application_time_format', $time_formats, $values, $errors) ?>
|
||||
|
||||
<?= $this->form->checkbox('password_reset', t('Enable "Forget Password"'), 1, $values['password_reset'] == 1) ?>
|
||||
|
||||
<?= $this->form->label(t('Custom Stylesheet'), 'application_stylesheet') ?>
|
||||
|
||||
Reference in New Issue
Block a user