Good day all,
well i have been searching the web and i cannot find an answer to my question. First off i dont know if i should post this here or in the Javascript section because i am a coldfusion user and didnt know if javascript does this. Second my problem is i want to add a "." after the 3rd character or letter. Ex.
var str = "0222232"
This is where the function would come in to add a . after the 3rd number. So the output would be 022.2232
Is this possible? I normally show code, but i wouldnt even know where to start. Thanks for the help.