getDate() public method

Get date.
public getDate ( ) : string
return string
 public function getDate()
 {
     $this->__load();
     return parent::getDate();
 }