Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
you can use this ${properties.jcr:created.getTime.toString}
output will be - Fri Mar 11 14:54:36 IST 2022
View solution in original post
Yes, it worked. Thank you
Views
Likes
Replies