func lastUpdated() -> String
Function lastUpdated() returns a date from a header of a dbf file in yy.mm.dd format.
{
// your code
print( "Last Updated = " + dbf.lastUpdated() )
// your code
}