Given a number x, return the date string for x years ago.
YYYYMMDD for x years ago today in local time.
how many years to go back from today
optional, how many days should be added to the current date
Generated using TypeDoc
Given a number x, return the date string for x years ago.
Returns
YYYYMMDD for x years ago today in local time.