首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web开发 >

有人用过jQuery.Gantt这个插件吗,时间格式应该如何写呢

2013-01-11 
有人用过jQuery.Gantt这个插件吗,时间格式应该怎么写呢?在做甘特图,现在想使用jQuery.Gantt这个插件,但是

有人用过jQuery.Gantt这个插件吗,时间格式应该怎么写呢?
在做甘特图,现在想使用jQuery.Gantt这个插件,但是这里用到的时间格式我看不懂啊,有没有高人指点一下,
values: [{
to: "/Date(1328832000000)/",
from: "/Date(1333411200000)/",
desc: "Something",
label: "Example Value",
customClass: "ganttRed",
dataObj: foo.bar[i]
}]
插件的网址为http://taitems.github.com/jQuery.Gantt/

或者哪位有什么其他好的免费甘特图插件可以推荐的,谢谢了
[解决办法]

<script language="javascript">
 dd = new Date();
alert(dd.getTime())
</script>

热点排行