production.ERROR: The separation symbol could not be found
In my Laravel-5.8, I am trying to fomat date:
Model
public function setHireDateAttribute($value)
{
$this->attributes['hire_date'] = Carbon::createFromFormat('d-m-Y', $value);
}
public function getHireDateAttribute($input)
{
return Carbon::createFromFormat('Y-m-d', $input)
->format(config('app.date_format'));
}
[2020-07-30 16:42:48] production.ERROR: The separation symbol could not be found
Trailing data (View: C:\xampp\htdocs\laravelapp\resources\views\hr\employees\show.blade.php) {"userId":469,"exception":"[object] (ErrorException(code: 0): The separation symbol could not be found