Services\DateTime::toFhir PHP Method

toFhir() public method

public toFhir ( )
    public function toFhir()
    {
        return $this->format(DATE_RFC3339);
    }