i want to format date as Oct 23 | 14:23 in my web template
i tried using the formats in https://shopify.github.io/liquid/filters/date/ but most of them are not working
for example Y should return 2020 but its just rendering Y where as y is only rendering 20
Any thoughts?
Since the conduct of this area is User Local, the date is in UTC, which is 09/10/201802:00:00. I would suggest using either https:/momentjs.com/ or http:/timeago.yarp.com, both of which are included as libraries in Portal, if you want to view in the user browser timezone.
Liquid filters could also be used if you wanted to supply UTC with the hard-coded offset{{ result['sa.cca paiduntil'] date add hours: 10}}