Fetch jcr:created from cq:page
Hi,
We need to fetch the jcr:created date for cq:Page (TestTouchRTE).

I am using
<c:set var="createdDate" value="${pageProperties['jcr:created']}"/>
This is giving jcr:content created date i.e. of cq:PageContent

, instead I want the jcr:created date of cq:Page.
Thanks