Dear Angular experts,
I am working on a repository that contains newspaper articles only. Since we require newspaper articles to have a complete date, I wonder how can I format the date from yyyy-MM-dd to 'MMMM d, y', i.e. 2025-02-12 to February 12, 2025? I searched in the web and most of the resources I've read suggested to import the DatePipe in the component but I don't know how to implement this in DSpace 8.
Any ideas would be greatly appreciated.
Thanks in advance,
euler