JSFiddle - React, Tailwind, and code Playground JavaScript var givendate = '2014-05-20'; var date = new Date(givendate); console.log(date.getDay());