Not sure if this is the correct thread to post this type of question. I am calling a service which returns the date, but the format is quite weird. I couldn't figure out.
The format is : "/Date(1430953200000+0100)/"
and I want to convert this into dd month year format(ex 22 Feb 1991).
Any way to achieve this in javascript.