mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-03 02:17:01 +00:00
Merge pull request #4174 from cactysman/patch-1
Updated link to PHP manual for date formats
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div class="form-group">
|
||||
<label>
|
||||
{{ trans('forms.settings.localization.date-format') }}
|
||||
<a href="http://php.net/manual/en/function.date.php" target="_blank"><i class="ion ion-help-circled"></i></a>
|
||||
<a href="http://php.net/manual/en/datetime.format.php" target="_blank"><i class="ion ion-help-circled"></i></a>
|
||||
</label>
|
||||
<input type="text" class="form-control" name="date_format" value="{{ Config::get('setting.date_format') ?: 'l jS F Y' }}">
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="form-group">
|
||||
<label>
|
||||
{{ trans('forms.settings.localization.incident-date-format') }}
|
||||
<a href="http://php.net/manual/en/function.date.php" target="_blank"><i class="ion ion-help-circled"></i></a>
|
||||
<a href="http://php.net/manual/en/datetime.format.php" target="_blank"><i class="ion ion-help-circled"></i></a>
|
||||
</label>
|
||||
<input type="text" class="form-control" name="incident_date_format" value="{{ Config::get('setting.incident_date_format') ?: 'l jS F Y H:i:s' }}">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user