JSFiddle - React, Tailwind, and code Playground

JavaScript

var d = new Date("2014-11-25T00:00:00");
console.log(d.getDate()+"-"+parseInt(d.getMonth()+1));