Skip to content

Instantly share code, notes, and snippets.

@ManuelColombo
ManuelColombo / gist:6824590
Created October 4, 2013 11:34
Simple timer
var data = new Date();
var date = [
new Date(2012, 8, 14),
new Date(2012, 8, 19),
new Date(2012, 8, 25)
//var endData = new Date(year, month, day, hours, minutes, seconds, milliseconds);
];
$(function start(){