Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. // Initializes to current date
  3. Quotes.date = (function(){
  4. var date = new Date();
  5. var month = date.getMonth();
  6. var year = date.getFullYear();
  7. return {
  8. month:month,
  9. year:year,
  10. }
  11. })();
Add Comment
Please, Sign In to add comment