protected String _formatter;
protected NSTimestampFormatter _dateFormatter;
@Override
public void appendToResponse(WOResponse r, WOContext c){
NSTimestamp date = (NSTimestamp)objectPropertyValue();
if(date != null) {
try {
dateString = dateFormatter().format(date);
} catch(IllegalArgumentException nsfe){
// nothing?