JSFiddle - React, Tailwind, and code Playground

by Fernando Santos

JavaScript

d = {
    effective_date: 978411600000
}
var date = new Date(d.effective_date);
alert(date.toISOString());