Actor::getFormattedBirthDateAttribute PHP 메소드

getFormattedBirthDateAttribute() 공개 메소드

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