Checks if input is a string with an expected format.
boolean TRUE if the input time is a string with an expected format.
public function inputIsFormat() { return is_string($this->inputTimeAdjusted) && !empty($this->inputFormatAdjusted); }