Actor::getFormattedBirthDateAttribute PHP Method

getFormattedBirthDateAttribute() public method

    public function getFormattedBirthDateAttribute()
    {
        return date('Y-m-d', strtotime($this->getAttribute('birth_date')));
    }