Is there an easy way to convert a date field to th...
# general
l
Is there an easy way to convert a date field to this format in the advanced pdf template? YYYY-MM-DD
m
Try with freemarker : ${record.datefield?string["yyyy-MM-dd"]}
l
Thank you. I will try that.