File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ The `fiscal_year_start_month` option allows you to define the start month of the
104
104
105
105
The ` date_range ` array allows you to define the valid start and end year range for populating the calendar table.
106
106
107
- - ` start_year ` : This option defines the start year for the calendar table . Defaults to 20 years before the current year.
107
+ - ` start_year ` : This option defines the earliest start year. Defaults to 20 years before the current year.
108
108
109
- - ` end_year ` : This option defines the end year for the calendar table . Defaults to 20 years after the current year.
109
+ - ` end_year ` : This option defines the latest end year. Defaults to 20 years after the current year.
110
110
111
111
``` php
112
112
'date_range' => [
You can’t perform that action at this time.
0 commit comments