OphTrOperationbooking_Operation_Sequence::getDates PHP Method

getDates() public method

public getDates ( )
    public function getDates()
    {
        if ($this->end_date) {
            return $this->NHSDate('start_date') . ' - ' . $this->NHSDate('end_date');
        }
        return $this->NHSDate('start_date') . ' onwards';
    }