Reading date property using sightly
Hi,
I was trying to read date property using sightly but it wont output anything. Below is the snippet that I used but it will always come as blank:
Date Modified - ${pageProperties.cq:lastModified}
I also tried possibly context options but in vain.
I am trying to avoid Java Helper class route for simply reading one property.
Anyone faced that error before or any solutions to read date property apart from using java helper class?
Thanks,
Runal