Prado\I18N\TDateFormat::getData PHP Method

getData() public method

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getValue()}.
See also: getValue
Since: 3.1.2
public getData ( ) : string
return string date time value.
    public function getData()
    {
        return $this->getValue();
    }