This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(){ |