0
Hi I don’t know anything about JS and I wonder if I can edit a field whose value came from the database using javascript? Because I saved in the bank the date of birth and the phone of a customer,and at the time of registration I saved the phone without the Mask and the date in the standard Year-Month-Day.
I wonder if it is possible to use js to format these values coming from the bank so that it is displayed so phone (99) 99999-9999 and date 99/99/9999.
Note : I only asked this question because I could not find anything on google.
Thanks to everyone and especially to Eduardo Kawanaka, I was able to solve the problem using these expressions that he indicated.
– gabrielguedes