|
12 | 12 | padding:0;
|
13 | 13 | border:0;
|
14 | 14 | }
|
15 |
| - body{ background-color: #f4f4f4; border-top: solid 5px #333; font: 90% Arial, Helvetica, sans-serif; padding: 20px; } |
| 15 | + body{ background-color: #777; border-top: solid 10px #7b94b2; font: 90% Arial, Helvetica, sans-serif; padding: 20px; } |
16 | 16 | h1,h2,h3{ margin: 10px 0; }
|
17 | 17 | h1{}
|
18 | 18 | h2{ color: #f66; }
|
|
24 | 24 | dl.defs{ margin: 10px 0 10px 40px; }
|
25 | 25 | dl.defs dt{ font-weight: bold; line-height: 20px; margin: 10px 0 0 0; }
|
26 | 26 | dl.defs dd{ margin: -20px 0 10px 160px; padding-bottom: 10px; border-bottom: solid 1px #eee;}
|
27 |
| - pre{ font-size: 12px; padding: 0 0 0 10px; margin: 10px 0; border-left: solid 5px #fbebaf; overflow: auto; } |
| 27 | + pre{ font-size: 12px; padding: 0 0 0 10px; margin: 10px 0; border-left: solid 5px #9EC45F; overflow: auto; } |
28 | 28 |
|
29 | 29 | .wrapper{ background-color: #ffffff; width: 800px; border: solid 1px #eeeeee; padding: 20px; margin: 0 auto; }
|
30 | 30 | #tabs{ margin: 20px -20px; border: none; }
|
@@ -781,7 +781,7 @@ <h3 id="utility_examples">Utilities</h3>
|
781 | 781 | <p>Use the utility function to parses a formatted time. $.datepicker.parseTime(format, timeString, options)</p>
|
782 | 782 | <dl class="defs">
|
783 | 783 | <dt>format</dt><dd>required - string represenation of the time format to use</dd>
|
784 |
| - <dt>time</dt><dd>required - hash: { hour, minute, second, millisecond, timezone }</dd> |
| 784 | + <dt>time</dt><dd>required - time string matching the format given in parameter 1</dd> |
785 | 785 | <dt>options</dt><dd>optional - hash of any options in regional translation (ampm, amNames, pmNames..)</dd>
|
786 | 786 | </dl>
|
787 | 787 | <p>Returns an object with hours, minutes, seconds, milliseconds, timezone.</p>
|
|
0 commit comments