JSFiddle - React, Tailwind, and code Playground

by seyenaz

JavaScript

var dt = "2015-03-26 16:00:00.0000000";
var test = new Date(dt);
console.log(test);