JSFiddle - React, Tailwind, and code Playground
by benhowdle89
JavaScript
CODE: this.$('#quotesDate').val()
CONSOLE: "13/11/11"
CODE: dateFormat
CONSOLE: "DD/MM/YYYY"
CODE: moment(this.$('#quotesDate').val(), dateFormat).format("YYYY-MM-DD hh:mm:ss")
CONSOLE: "0011-11-13 12:00:00"