function labelFromTime($value) { $arr = $this->splitDT($value, ValueValidator::getInternalTimeFormat()); return date($this->timeFormat, strtotime($value)); }