Nice() public method

Returns the datetime in the format given in the lang file locale sould be set
public Nice ( )
 public function testField()
 {
     $field = new I18nDatetime();
     $field->setValue('2012-11-21 11:54:13');
     $field->Nice();
     $field->NiceDate();
     $field->Nice24();
     $this->markTestIncomplete('assertions!');
 }