05-13-2011 09:22 AM
05-13-2011 09:57 AM
05-13-2011 10:09 AM
06-09-2011 10:15 AM
/repository/blogs/blogpost.lib.ftl: "createdOn": "${item.createdDate?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/blogpost.lib.ftl: "modifiedOn": "${item.modifiedDate?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/blogpost.lib.ftl: "releasedOn": "${item.releasedDate?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/blogpost.lib.ftl: "updatedOn": "${item.updatedDate?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/blogpost.lib.ftl: "publishedOn": "${item.node.properties["blg:posted"]?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/blogpost.lib.ftl: "updatedOn": "${item.node.properties["blg:lastUpdate"]?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/posts/blog-posts-per-month.get.json.ftl: "firstPostInMonth" : "${item.firstPostInMonth?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/posts/blog-posts-per-month.get.json.ftl: "beginOfMonth" : "${item.beginOfMonth?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/blogs/posts/blog-posts-per-month.get.json.ftl: "endOfMonth" : "${item.endOfMonth?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/comments/comment.lib.ftl: "createdOn": "${item.node.properties.created?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/comments/comment.lib.ftl: "modifiedOn": "${item.node.properties.modified?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/discussions/post.lib.ftl: "lastReplyOn": "${postData.lastReply.properties.created?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/discussions/post.lib.ftl: "createdOn": "${post.properties.created?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/discussions/post.lib.ftl: "modifiedOn": "${post.properties.modified?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/discussions/post.lib.ftl: "updatedOn": "${post.properties["cm:updated"]?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/invite/invite.lib.ftl: "sentInviteDate": "${invite.sentInviteDate?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}"
/repository/links/links.lib.ftl: "createdOn": "${item.createdOn?string("MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/repository/rating/rating.delete.json.ftl:<#macro dateFormat date>${date?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}</#macro>
/repository/rating/ratings.get.json.ftl:<#macro dateFormat date>${date?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}</#macro>
/repository/version/version.get.json.ftl: "createdDate": "${v.createdDate?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}",
/slingshot/calendar/eventList.get.calendar.ftl:<#setting time_zone="GMT">
/slingshot/dashlets/my-tasks.get.json.ftl:<#macro dateFormat date>${date?datetime?string("yyyy-MM-dd HH:mm:ss 'GMT'Z '('zzz')'")!""}</#macro>
/slingshot/profile/usercontents.get.json.ftl:<#macro dateFormat date>${date?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}</#macro>
/slingshot/search/search.get.json.ftl:<#macro dateFormat date>${date?string("dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'")}</#macro>
Most use "MMM dd yyyy HH:mm:ss 'GMT'Z '('zzz')'' but the search api and some other use "dd MMM yyyy HH:mm:ss 'GMT'Z '('zzz')'"12-07-2011 07:19 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.