JSFiddle - React, Tailwind, and code Playground

JavaScript

var src = "/Date(590104800000)/";
src = src.replace(/[^0-9 +]/g, ''); 
var birthDate = new Date(parseInt(src));
alert(birthDate);