Write a program which accepts days as integer and display total number of years

Write a program which accepts days as integer and display total number of years, months and days in it.
For example:  If user input as 856 days the output should be 2 years 4 months 6 days.

Output

Enter the number of days: 45
Equivalent: 0 years 1 months 15 days.