Advertisement
Crecket

Untitled

Aug 3rd, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. <script type="text/javascript">
  3. var t<?php echo $timercounter; ?> = "<?php echo $single_auction['meta_value']; ?>".split(/[- :]/);
  4. var liftoffTime<?php echo $timercounter; ?> = new Date(t<?php echo $timercounter; ?>[0], t<?php echo $timercounter; ?>[1]-1, t<?php echo $timercounter; ?>[2], t<?php echo $timercounter; ?>[3], t<?php echo $timercounter; ?>[4], t<?php echo $timercounter; ?>[5]);
  5. $(document).ready(function(){
  6. <?php echo "$('#padZeroes".$timercounter."').countdown({until: $.countdown.UTCDate(+1, liftoffTime". $timercounter."), padZeroes: true, compact: true});"; ?>
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement