create a class that allows for specific formating of
the value of a field. The class simply has function
names of the format 'formatField' where 'Field' is the
field that values should be formatted. each function
must allow one argument, which is a string containg the
field value. the function must then return the
"formatted" value.