diff --git a/display/hiddenDays.txt b/display/hiddenDays.txt
new file mode 100644
index 0000000..11ef079
--- /dev/null
+++ b/display/hiddenDays.txt
@@ -0,0 +1,18 @@
+
+hiddenDays *1.6.2*
+==================
+
+Exclude certain days-of-the-week from being displayed.
+
+
+Array, *default*: `[]`
+
+
+The value is an array of day-of-week indices to hide. Each index is zero-base (Sunday=`0`)
+and ranges from `0-6`. Example:
+
+ hiddenDays: [ 2, 4 ] // hide Tuesdays and Thursdays
+
+ hiddenDays: [ 1, 3, 5 ] // hide Mondays, Wednesdays, and Fridays
+
+By default, no days are hidden, unless [weekends]() is set to `false`.
\ No newline at end of file
diff --git a/display/index.txt b/display/index.txt
index 017940d..8e0a455 100644
--- a/display/index.txt
+++ b/display/index.txt
@@ -9,6 +9,7 @@ General Display
firstDay
isRTL
weekends
+hiddenDays
weekMode
weekNumbers
weekNumberCalculation