function subtractYears subtractYears(date: Date,years: number): Date Subtracts the given amount of yers from the specified date. Parameters date: Date years: number Return Type Date