Prado\Web\UI\WebControls\TDataTypeValidator::getDateFormat PHP 메소드

getDateFormat() 공개 메소드

public getDateFormat ( ) : string
리턴 string the date validation date format if any
    public function getDateFormat()
    {
        return $this->getViewState('DateFormat', '');
    }