JSFiddle - React, Tailwind, and code Playground

by painotpi

JavaScript

var obj = '20 Jun 13';

var dObj = new Date(obj);

alert(dObj);