Skip to content

Instantly share code, notes, and snippets.

@tomfrew
tomfrew / chart-library-table.png
Last active April 21, 2026 16:13
PR 1351 reporting screenshots
chart-library-table.png
var setup = require('vodka');
var d = new Date(2015, 5, 26);
var today = new Date();
today.setHours(0,0,0,0);
if (today.valueOf() === d.valueOf()) {
console.log("HAPPY BRITHDAY MIKE!!");
}