convertMySQL2HTML() public static method

public static convertMySQL2HTML ( $value, $empty_string = '-' )
 /**
  * @param $attribute
  * @param string $empty_string
  * @return string
  */
 public function NHSDateAsHTML($attribute, $empty_string = '-')
 {
     if ($value = $this->getAttribute($attribute)) {
         return Helper::convertMySQL2HTML($value, $empty_string);
     }
 }