JSFiddle - React, Tailwind, and code Playground
JavaScript
var date = new Date("24 May 2017, 05:35");
d=date.getDate();
m=date.getMonth();
// expected output
//May 24, 2017, 05.35 AM IST
var date = new Date("24 May 2017, 05:35");
d=date.getDate();
m=date.getMonth();
// expected output
//May 24, 2017, 05.35 AM IST