I have a number string which consists of: "969239274411254159183486"
I need this to format into this format (with either Javascript or Jquery): "969,239" so that it is in 'thousands'.
I tried parseInt without success, what do I need to use to format it into the right format?
Thanks in advance.
EDIT
Just copying the comment here posted by the person asking the question in order to avoid confusion.
Input is the large string, output to be expected is 969,239. And yes, always the first 6.