Guest User

Untitled

a guest
Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script>
  2. var now = new Date;
  3. var payment_array = Math.round(now.getTime() / 1000) + ",1232686800,1235106000,1237521600,1240545600,1242964800";
  4. $("current_date").update(now.format("mmmm d, yyyy"));
  5. $("payment_dates").value = payment_array;
  6. </script>
Add Comment
Please, Sign In to add comment