Convert Date to String Format

 var getPostDate = '2020-07-15 12:58:56'; 

       getPostDate = getPostDate.split(" ",1);

           getPostDate = new Date(getPostDate).toDateString("yyyy-MM-dd");

console.log(getPostDate);

Comments

Popular posts from this blog

React Tutorial : Create Article DIV, Heading, Sub Heading & Paragraph

JSON Define and Defination