Mage2\Catalog\Models\ProductDatetimeValue::setValueAttribute PHP Method

setValueAttribute() public method

public setValueAttribute ( $value )
    public function setValueAttribute($value)
    {
        $this->attributes['value'] = date('Y-m-d h:m:s', strtotime($value));
    }