I am trying to take a 10 digit phone number (1234567890) that is returned from the database and format it to render on the view page as (123) 546-7890.
Is the best way to do that coming from the database to the view, or to take the 10 digits from the user and format it going into the database?
Thanks for responding to the newb question.