You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11-18
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,6 @@ <h3>Localization Options</h3>
147
147
<dt>closeText</dt>
148
148
<dd><em>Default: "Done", A Localization Setting</em> - Text for the Close button.</dd>
149
149
150
-
<dt>ampm</dt>
151
-
<dd><em>Default: false, A Localization Setting</em> - Whether or not to use am/pm calculations.</dd>
152
-
153
150
<dt>amNames</dt>
154
151
<dd><em>Default: ['AM', 'A'], A Localization Setting</em> - Array of strings to try and parse against to determine AM.</dd>
155
152
@@ -225,12 +222,6 @@ <h3>Time Field Options</h3>
225
222
<dt>controlType</dt>
226
223
<dd><em>Default: 'slider'</em> - Whether to use 'slider' or 'select'. If 'slider' is unavailable through jQueryUI, 'select' will be used. For advanced usage you may pass an object which implements "create", "options", "value" methods to use controls other than sliders or selects. See the _controls property in the source code for more details.</dd>
227
224
228
-
<dt>pickerTimeFormat</dt>
229
-
<dd><em>Default: (timeFormat option)</em> - How to format the time displayed within the timepicker.</dd>
230
-
231
-
<dt>pickerTimeSuffix</dt>
232
-
<dd><em>Default: (timeSuffix option)</em> - String to place after the formatted time within the timepicker.</dd>
233
-
234
225
<dt>showHour</dt>
235
226
<dd><em>Default: true</em> - Whether to show the hour slider.</dd>
236
227
@@ -330,6 +321,12 @@ <h3>Other Options</h3>
330
321
<dt>separator</dt>
331
322
<dd><em>Default: " "</em> - When formatting the time this string is placed between the formatted date and formatted time.</dd>
332
323
324
+
<dt>pickerTimeFormat</dt>
325
+
<dd><em>Default: (timeFormat option)</em> - How to format the time displayed within the timepicker.</dd>
326
+
327
+
<dt>pickerTimeSuffix</dt>
328
+
<dd><em>Default: (timeSuffix option)</em> - String to place after the formatted time within the timepicker.</dd>
329
+
333
330
<dt>showTimepicker</dt>
334
331
<dd><em>Default: true</em> - Whether to show the timepicker within the datepicker.</dd>
335
332
@@ -445,10 +442,9 @@ <h2>Working with Localizations</h2>
0 commit comments