Advertisement
xkeshav

json_events.php

Jan 24th, 2012
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{
  2.     "title": "Booked",
  3.     "start": "2011-12-14",
  4.     "end": "2011-12-30",
  5.     "allDay": true,
  6.     "description": "Booked By : Keshav Mohtat\r\nRent : $1550",
  7.     "className": "preBook"
  8. }, {
  9.     "title": "Booked",
  10.     "start": "2012-02-05",
  11.     "end": "2012-02-13",
  12.     "allDay": true,
  13.     "description": "Booked By :Ajay Jaiswal\r\nRent : $2150",
  14.     "className": "preBook"
  15. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement