Hello, I have the following phone and cell values respectively:
Phone: 1111111111 Cellphone: 11111111111
I already have the value in the database, I would like to present these values formatted with the following masks:
Phone = (11) 1111-1111 Cellphone = (11) 11111-1111
Can anyone help me? I would like to just apply the masks via JavaScript do not want to in the input, as I save the numeric value only in the BD, I would just like to present it formatted.
If anyone can help, thank you!