Guest User

Untitled

a guest
Dec 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [ { title: 'Anuj Event',
  2. location: 'Test',
  3. notes: 'It is Party Time',
  4. startDate: new Date(2016,11, 3, 12, 10, 0, 0, 0),
  5. endDate: new Date(2016, 11, 3, 18, 45, 0, 0, 0),
  6. },{
  7. title: 'Rahul Event',
  8. location: 'Noida',
  9. notes: 'Work Hard',
  10. startDate: new Date(2016,11, 2, 12, 10, 0, 0, 0),
  11. endDate: new Date(2016, 11, 2, 18, 45, 30, 45, 0),
  12. }]
Add Comment
Please, Sign In to add comment