|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/modules/login/wizard/ |
Upload File : |
<b>Please select your time zone and date format.</b>
<p />
<div id="localizationBeacon" style="display: none;"> </div>
<table class="editTable">
<tr>
<td style="font-size: 14px;">Time Zone</td>
<td style="padding-bottom: 10px;"><?php TemplateUtility::printTimeZoneSelect('timeZone', 'width: 420px;', '', $this->timeZone); ?></td>
</tr>
<tr>
<td style="font-size: 14px;">Date Format</td>
<td style="font-size: 14px; padding-bottom: 5px;">
<select id="dateFormat" name="dateFormat" style="width: 150px;">
<option value="mdy"<?php if (!$this->isDateDMY): ?> selected<?php endif; ?>>MM-DD-YYYY (US)</option>
<option value="dmy"<?php if ($this->isDateDMY): ?> selected<?php endif; ?>>DD-MM-YYYY (UK)</option>
</select>
</td>
</tr>
</table>
<p />
These settings will effect how you see dates and times in OpenCATS.