Export Subscribers Bad Dates From 2018 To 2031 V3.6.0

Export Subscribers does NOT go back far enough. I need at least 2015. To Date ends at 2031. What’s the point of that? It should end at 2021. I have 355,000 records. V3.6.0 will not let me export complete records for all of them. I can download email and blacklisted fields together. I am very nervous not being able to download all fields for all my records. Thanks for looking into this.

Simply copy this from the config_extended.php file into your config.php file, setting the dates that you require.

// year ranges. If you use dates, by default the drop down for year will be from
// three years before until 10 years after this the current value for year. If there
// is no current value the current year will be used.
// if you want to use a bigger range you can set the start and end year here
// be aware that the drop down may become very large.
// if set to 0 they will use the default behaviour. So I'm afraid you can't start with
// year 0. Also be aware not to set the end year to something relatively soon in the
// future, or it will stop working when you reach that year.
define('DATE_START_YEAR', 2015);
define('DATE_END_YEAR', 0);

Thanks very much. Worked great.