From d0e57df1d88acfa6a8ebe62be16df87e11d5f2c1 Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 18 Apr 2016 20:01:53 -0400 Subject: [PATCH] Add documentation for 12 hour period config Add the documentation for the 12 hour period config --- modules/default/clock/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/default/clock/README.md b/modules/default/clock/README.md index ab65d3f4..522b1ad2 100644 --- a/modules/default/clock/README.md +++ b/modules/default/clock/README.md @@ -45,5 +45,19 @@ The following properties can be configured:
Default value: true + + showPeriod + Show the period (am/pm) with 12 hour format
+
Possible values: true or false +
Default value: true + + + + showPeriodUpper + Show the period (AM/PM) with 12 hour format as uppercase
+
Possible values: true or false +
Default value: false + +