Author: ivo.bathke
Inheritance: extends SS_Datetime
 public function testField()
 {
     $field = new I18nDatetime();
     $field->setValue('2012-11-21 11:54:13');
     $field->Nice();
     $field->NiceDate();
     $field->Nice24();
     $this->markTestIncomplete('assertions!');
 }
 public static function setFormatNice24($format)
 {
     self::$format_nice24 = $format;
 }