Searched refs:day (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Ddate.c13 int day = atoi(s); local
27 tm.tm_year = day / 10000 - 1900;
28 tm.tm_mon = (day % 10000) / 100 - 1;
29 tm.tm_mday = (day % 100);

Completed in 345 milliseconds