I have a website where I allow visitors to login via their mobile phones. Their numbers are stored without formatting in the Database.
How can I format their numbers when displaying it within an HTML element? I want the user to see; for example; "You are logged in using +1-541-754-3010" instead of 15417543010.
I search here and there but all the solutions which I found for masking input fields when entering data and not when retrieving it.