I was planning to write a new filter.. And I had the good idea to search in umbraco if there was already an existing one.
So I found an existing filter within umbraco that format the dates with moment as for example here
{{time | momentDateTimeZone:"HH:mm"}}
which is working better then the angular date filter.
Nested content title formatting
We have some configurations in the nested content data types of our umbraco instances that are using angular filters
for example : (from {{dateRange.StartDate | date:"dd/MM/yyyy hh:mm"}} to {{dateRange.EndDate | date:"dd/MM/yyyy hh:mm"}})
It seems that the angular filters are not applied any more since version 7.6.4
Anyone got already an issue with this ? and a solution ? :)
Thank you.
I was planning to write a new filter.. And I had the good idea to search in umbraco if there was already an existing one. So I found an existing filter within umbraco that format the dates with moment as for example here
which is working better then the angular date filter.
Same issue. Was this never fixed?
is working on a reply...