Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

zune date bug

Name: Anonymous 2008-12-31 21:14

Name: Anonymous 2008-12-31 21:32

year = ORIGINYEAR; /* = 1980 */

while (days > 365)
{
    if (IsLeapYear(year) && (days > 366))
    {
         days -= 366;
         year += 1;
    }
    else
    {
        days -= 365;
        year += 1;
    }
}

fixed?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List