JSFiddle - React, Tailwind, and code Playground

by spechackers

JavaScript

var now = new Date,
    timenow = [now.getHours(),now.getMinutes(),now.getSeconds()].join(':'),
    dat = new Date('2011/11/30 '+timenow);


document.write(dat);