jQuery Plugin Example JavaScript var str = "2018-07-31 02:30:00"; var data1 = new Date(str); console.log(data1); alert(data1);