- (NSString*) lastUpdated;

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


{
    // your code
    NSLog( @"Last Updated = %@", [dbf lastUpdated] );
    // your code
}