Prado\Web\UI\JuiControls\TJuiDatePicker::getData PHP 메소드

getData() 공개 메소드

This method is required by {@link IDataRenderer}. It is the same as {@link getTimeStamp()}.
또한 보기: getTimeStamp
부터: 3.1.2
public getData ( ) : integer
리턴 integer the timestamp of the TDatePicker control.
    public function getData()
    {
        return $this->getTimeStamp();
    }