Nextras\Forms\Controls\DateTimePickerPrototype::setValue PHP Méthode

setValue() public méthode

public setValue ( $value )
    public function setValue($value)
    {
        return parent::setValue($value instanceof DateTime ? $value->format($this->htmlFormat) : $value);
    }