开发者

Need Help with JQuery UTC Date function

I am t开发者_如何转开发rying to use the Jquery Countdown plugin but I am having trouble with my UTC Date formatting.

The date I wish to countdown to is Friday 23rd July 2010.

Here is the relevant code...

until: $.countdown.UTCDate(2010,  7 - 1, 23), 
                format: 'YOD',

The output is just 00.00.00 etc

Can anybody help me?

Thanks in advance,

Dan


http://keith-wood.name/countdownRef.html#UTCDate

The first parameter to UTCDate should be your timezone offset:

$.countdown.UTCDate(+10, 2010,  7 - 1, 23)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜