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

getValueAttribute() public method

public getValueAttribute ( )
    public function getValueAttribute()
    {
        return $this->attributes['value'] = Carbon::createFromTimestamp(strtotime($this->attributes['value']));
    }