Prado\I18N\TDateFormat::setValue PHP Method

setValue() public method

Set the date-time value for this control.
public setValue ( $value )
    public function setValue($value)
    {
        $this->setViewState('Value', $value, '');
    }