Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- var t<?php echo $timercounter; ?> = "<?php echo $single_auction['meta_value']; ?>".split(/[- :]/);
- 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]);
- $(document).ready(function(){
- <?php echo "$('#padZeroes".$timercounter."').countdown({until: $.countdown.UTCDate(+1, liftoffTime". $timercounter."), padZeroes: true, compact: true});"; ?>
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement