How to display the date without time from get operation in javascript (node js, mysql)? – Phpmyadmin
created a simple crud application on nodejs and mysql. but have one problem, cant display the date without time and in the proper format. { "id": 1, "name": "Rick Sanchez", "dob": "1960-05-20T19:00:00.000Z", "phone": "84351548898", "comments": "Genius in the galaxy" },…