public function getInput() { $startminutes = JEMAdmin::buildtimeselect(59, 'startminutes', substr( $this->name, 3, 2 )); return $startminutes; }
public function getInput() { $starthours = JEMAdmin::buildtimeselect(23, 'starthours', substr( $this->name, 0, 2 )); $startminutes = JEMAdmin::buildtimeselect(59, 'startminutes', substr( $this->name, 3, 2 )); $var2 = $starthours.$startminutes; return $var2; }