JSFiddle - React, Tailwind, and code Playground

by Graham Fairweather

HTML

<script src="https://raw.github.com/timrwood/moment/2.0.0/min/moment.min.js"></script>

JavaScript

var string = "04/06/13";

console.log(moment(string, "DD/MM/YY").toString());