I have numbers that represent seconds. I want to know how I should get years, months, and days of it in Javascript. for example, X second means five years and six months, and 22 days how I should write a code that gets these from the second I gave.