char* lastUpdated();
Function lastUpdated() returns a date from a header of a dbf file in yy.mm.dd format.
{
// your code
printf( "Last Updated = %s\n", dbf->lastUpdated() );
// your code
}