Help for this page
Select Code to Download
Select
or
download this
struct tm *p = &data; localtime(p); printf("Year: %d\n", p->tm_year);