Formatting a date with Angular inside a Template table

Thanks @shrickus for your helpful tips.

I am currently exploring your third suggestion re using a sql query to convert the date. This looks to be a winner.

The browser is running v1.7.7 so that being the case the Angular filter should work, but doesn't for me. As much as I would like to know why I don't have the resources to spend finding out.

I also considered your second suggestion before but couldn't work out how to use the Moment node with an array of objects, which is what the input would be. Presumably this would require using moment.js inside a Function node to achieve, or am I missing something obvious?

Thanks