I have a Web Api returning a datetime feild as below I know its unix stamp , And I can convert it if i consider the numeric part only
"InvoiceDate":"/Date(1590696000000)/"
Can anyone suggest me to directly convert the above to date variable in javascript
NB. I had already done enough search on stackoverflow. but cannot find a question close enough for the same format.so posted considering somebody with same query in future too