char* lastUpdated(cdbfapiPlus* handle);

Function lastUpdated() returns a date from a header of a dbf file in yy.mm.dd format.


{
    // your code
    printf( "Last Updated = %s\n", lastUpdated(dbf) );
    // your code
}