Kaoan / jquery-countdown

Automatically exported from code.google.com/p/jquery-countdown
0 stars 0 forks source link

Exact hour #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
does anyone know how to implement an option so I can choose the exact time for 
the end?

Original issue reported on code.google.com by wallacy...@gmail.com on 19 May 2011 at 5:00

GoogleCodeExporter commented 8 years ago
I did. after year, month and day, the hour comes from [20]

var arrival=new Date(today.getFullYear(), 05, 16, [20])

Original comment by wallacy...@gmail.com on 19 May 2011 at 5:57

GoogleCodeExporter commented 8 years ago
Have now added a feature to allow a Date object to be used for startTime and 
fixed the format issues when you have "ddd:hh:mm:ss".

https://github.com/pfarmer/jquery-countdown

Original comment by pfar...@gmail.com on 22 Sep 2011 at 3:38