const date = '2021-06-14T08:29:40.886+00:00' const formattedDate = date.substring(0,date.lastIndexOf('T')) console.log(formattedDate) // prints: "2021-06-14"
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter