format('d.m.Y.'); } public function setDateAttribute($value) { $this->attributes['date'] = Carbon::createFromFormat('d.m.Y.', $value); } }