Feb Dao
Results
1
comments of
Feb Dao
Ok! I got it from older issues! `````` ``` var end = Math.floor((new Date("11/01/2015")).getTime()/1000); var start = Math.floor((new Date("10/05/2015")).getTime()/1000); var now = Math.floor((new Date).getTime()/1000); $('.countdown').final_countdown({ 'start': start, 'end': end, 'now':...