I am using HTL for rendering page properties on a page. I want to show the date when the page was created but unable to do that through HTL. Is there a way only using HTL?
Solved! Go to Solution.
Views
Replies
Total Likes
you can use this ${properties.jcr:created.getTime.toString}
output will be - Fri Mar 11 14:54:36 IST 2022
you can use this ${properties.jcr:created.getTime.toString}
output will be - Fri Mar 11 14:54:36 IST 2022
Yes, it worked. Thank you
Views
Likes
Replies
Views
Likes
Replies