Help for this page

Select Code to Download


  1. or download this
      struct tm *p = &data;
      localtime(p);
      printf("Year: %d\n", p->tm_year);