Changeset 3220


Ignore:
Timestamp:
Apr 2, 2007, 9:41:59 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Use 0-23 hour format instead of 1-12 AM/PM hour format in list of presets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/my_base/user/preferences.jsp

    r3190 r3220  
    369369        <select name="dateTimePresets" onchange="dateTimePresetOnChange()" class="selectionlist">
    370370          <option value="">- presets -
    371           <option value="yyyy-MM-dd hh:mm:ss">yyyy-MM-dd hh:mm:ss
    372           <option value="d/M/yyyy hh:mm:ss">d/M/yyyy hh:mm:ss
    373           <option value="M/d/yyyy hh:mm:ss">M/d/yyyy hh:mm:ss
     371          <option value="yyyy-MM-dd HH:mm:ss">yyyy-MM-dd HH:mm:ss
     372          <option value="d/M/yyyy HH:mm:ss">d/M/yyyy HH:mm:ss
     373          <option value="M/d/yyyy HH:mm:ss">M/d/yyyy HH:mm:ss
    374374          <%
    375375          if (recentDateTimeFormats != null && recentDateTimeFormats.size() > 0)
Note: See TracChangeset for help on using the changeset viewer.