Add documentation for 12 hour period config

Add the documentation for the 12 hour period config
This commit is contained in:
Cody 2016-04-18 20:03:26 -04:00
parent d0e57df1d8
commit 54eeb27f09

View File

@ -76,6 +76,20 @@ The following properties can be configured:
<br><b>Default value:</b> uses value of <i>config.timeFormat</i> <br><b>Default value:</b> uses value of <i>config.timeFormat</i>
</td> </td>
</tr> </tr>
<tr>
<td><code>showPeriod</code></td>
<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>Default value:</b> <code>true</code>
</td>
</tr>
<tr>
<td><code>showPeriodUpper</code></td>
<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> <tr>
<td><code>lang</code></td> <td><code>lang</code></td>
<td>The language of the days.<br> <td>The language of the days.<br>
@ -140,6 +154,5 @@ The following properties can be configured:
}</code> }</code>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>