diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -130,7 +130,7 @@ <div id="tp-options"> <h2>Options</h2> - <p>The timepicker does inherit all options from datepicker, however there are many options that are shared by them both and many timepicker only options:</p> + <p>The timepicker does inherit all options from datepicker. However, there are many options that are shared by them both, and many timepicker only options:</p> <h3>Localization Options</h3> <dl class="defs"> @@ -150,7 +150,7 @@ <dd><em>Default: ['PM', 'P'], A Localization Setting</em> - Array of strings to try and parse against to determine PM.</dd> <dt>timeFormat</dt> - <dd><em>Default: "hh:mm tt", A Localization Setting</em> - String of format tokens to be replaced with the time. <a href="#tp-formatting" title="Formatting">See Formatting</a>.</dd> + <dd><em>Default: "hh:mm tt", A Localization Setting</em> - String of format tokens to be replaced with the time. <a href="#tp-formatting" title="Formatting" onclick="$('#tabs').tabs('select',2);">See Formatting</a>.</dd> <dt>timeSuffix</dt> <dd><em>Default: "", A Localization Setting</em> - String to place after the formatted time.</dd> |