How can we get the actual createDate of a page in the publisher with the author's details?
We are currently required to show the window.digitalData.createDate as the date that the AEM page is created.
When I am running ${currentPage.createDate} from sightly, I get the creationDate from the publisher. which is the wrong date (this is the create date of when the node have been replicated).
What I really need is the createDate from the author.
How can we get the actual createDate of a page in the publisher with the author's details?
