File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ The `fiscal_year_start_month` option allows you to define the start month of the
102
102
103
103
### Date Range
104
104
105
- The ` date_range ` array allows you to define the max start and end year range for populating the calendar table.
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 earliest year for the calendar table. Defaults to 20 years before the current year.
107
+ - ` start_year ` : This option defines the start year for the calendar table. Defaults to 20 years before the current year.
108
108
109
- - ` end_year ` : This option defines the latest year for the calendar table. Defaults to 20 years after the current year.
109
+ - ` end_year ` : This option defines the end year for the calendar table. 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