codice:
printf ("The difference between the dates is: %.f days\n", difftime(mktime(&date1), mktime(&date2))/86400);