clockBold's Re-Incarnation: Part II

This commit is contained in:
Nicholas Hubbard 2016-04-29 11:25:05 -04:00
parent 8b792c5fe0
commit ab3f585a2b
No known key found for this signature in database
GPG Key ID: 732AF7DD9E9C91F5

View File

@ -47,14 +47,21 @@ The following properties can be configured:
</tr> </tr>
<tr> <tr>
<td><code>showPeriod</code></td> <td><code>showPeriod</code></td>
<td>Show the period (am/pm) with 12 hour format<br> <td>Show the period (am/pm) with 12 hour format.<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code> <br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>true</code> <br><b>Default value:</b> <code>true</code>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>showPeriodUpper</code></td> <td><code>showPeriodUpper</code></td>
<td>Show the period (AM/PM) with 12 hour format as uppercase<br> <td>Show the period (AM/PM) with 12 hour format as uppercase.<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code>
</td>
</tr>
<tr>
<td><code>clockBold</code></td>
<td>Remove the colon and bold the minutes to make a more modern look.<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code> <br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code> <br><b>Default value:</b> <code>false</code>
</td> </td>