answersLogoWhite

0


Best Answer

To convert years into days multiply the number of years by 365. If it needs to be more accurate add one day for every four years. This can be off by one day. If it needs to be exact you must know the beginning and ending date and add the number of leap years between the two dates instead of using the every four year count suggested above.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

divide by 365 (:

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert days into years?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many years is one million minutes?

Divide the number of minutes by 60 to convert to hours, then divide the result by 24 to convert to days, and finally divide that by 365.25 to convert to years.


How long is 20979268 minutes?

That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.


How long is 472 days?

What do you want to convert it into? If you want years, each year has 365.2422 days (or around 365 days); just divide 472 by 365, to find the equivalent in years.


What is the formula use to convert how many days in a decade?

Allowing for leap years, each year is approximately 365.25 days. So a decade is approx 3652.5 days.


What is the formula use to convert how many days in a century?

365 days in a year x 100 = 36,500 24 leap years so 24 + 36,500 = 36,524 days


Write a C plus plus program to convert a given number into years weeks and days?

#include<iostream> void num_to_years_weeks_days( unsigned num, unsigned& years, unsigned& weeks, unsigned& days) { years = num / 365; num -= years * 365; weeks = num / 7; num -= weeks * 7; days = num; } int main() { unsigned years, weeks, days; unsigned num = 1000; num_to_years_weeks_days(num, years, weeks, days); std::cout << num << " days is " << years << " years, " << weeks << " weeks and " << days << " days\n" << std::endl; num = 12345; std::cout << num << " days is " << years << " years, " << weeks << " weeks and " << days << " days\n" << std::endl; }


How long is one quadrillion seconds?

A quadrillion is 10 to the 15th power. This is illustrated even more when you convert that to years (in seconds, not days). 1 year = 365 days. 365 days is 31,536,000 seconds (60 seconds * 60 minutes * 24 days * 365 days). 10 to the 15th power divided by 31,536,000 seconds = 31709791.983764585 years. Rounded up that is 31,709,792 years.


Convert 20000 secconds to days?

0.2315 days


How many days are there in 2780 miles?

Days do not convert to miles.


How can i convert 48987 minutes to days?

48,987 minutes = 34 Days. :)


How do you convert 746 days into a century?

0.0204248031


How do you convert 2.300000 seconds to days?

2.300000 seconds = 0.00002662 days, approx.