I'm Trying to convert the below string to date in the format(dd-mm-yyyy)
let dob = /Date(1646764200000+0530)/
The above value of Date is given in string, How to convert it to date using JavaScript, Tried a lot of methods, but it shows an error as invalid date.?