Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int months[12];
determine if it is a leap year and set months[1] appropriately.
int x = 0;
int i;
for(i = 0;i<12;i++)
{
x += months[i];
if(x> value_in_days)
break;
}