AEM 6.3 Date format, i have created the below HTL <h2>${ 'MM/dd/yyyy HH:mma' @ format=pageProperties.cq:lastReplicated}</h2>its provide the output as "<h2>03/07/2018 20:08PM</h2>"I have requirement to change the PM as pm, likewise AM as am (Lowercase). Is that acheivable using HTL?