这个时间怎么改啊
$(document).ready(function () {
var $defaulteCounter = $(".counter");
if ($defaulteCounter.length) {
//enter the last menstrual period date using the date format year, month, day
$defaulteCounter.tictic({
//修改时间
date: {
year: 2014,
month: 4,
day: 29
},
charts: {
disableAnimation: false
}
});
}
});
})(window.jQuery);