Skip to content

Instantly share code, notes, and snippets.

View cjramki's full-sized avatar

CJ Ramki cjramki

  • Marquryey Consultancy Services
  • TamilNadu, India.
View GitHub Profile
[{"start":"2013-11-24","end":"2013-11-25","title":"Leave","body":"leave","extension_id":2},{"id":832,"start":1262284644,"end":1262286444,"title":"831","body":"","multi":0,"allDay":false,"extension_id":2}]
function convertPlainText(content) {
return content.replace(/</g,"&lt;").replace(/>/g,"&gt;");
}