diff --git a/src/app/modules/data/elements/origin-in-list.html b/src/app/modules/data/elements/origin-in-list.html index 6c406b4d..a16b9e3f 100644 --- a/src/app/modules/data/elements/origin-in-list.html +++ b/src/app/modules/data/elements/origin-in-list.html @@ -1,7 +1,7 @@
-

{{ origin.created | amDateFormat: 'll' }}

+

{{origin.created | dateFormat}}

-

{{ origin.indexed | amDateFormat: 'll' }}

+

{{origin.indexed | dateFormat}}

diff --git a/src/app/modules/data/types/date-series/date-series-list-item.html b/src/app/modules/data/types/date-series/date-series-list-item.html index 7360d13f..2514889d 100644 --- a/src/app/modules/data/types/date-series/date-series-list-item.html +++ b/src/app/modules/data/types/date-series/date-series-list-item.html @@ -7,13 +7,11 @@ {{ item.repeatFrequency | amDuration }}, - {{ item.dates[0] | amDateFormat: 'dddd' }} - ({{ item.dates[0] | amDateFormat: 'll' }} - - {{ - item.dates[item.dates.length - 1] | amDateFormat: 'll' - }}) + {{ item.dates[0] | dateFormat: 'weekday:long' }} + + ({{ item.dates[0] | dateFormat }} - + {{ item.dates[item.dates.length - 1] | dateFormat }}) +

{{ diff --git a/src/app/modules/data/types/place/special/mensa/place-mensa.html b/src/app/modules/data/types/place/special/mensa/place-mensa.html index 018b50b5..021293d4 100644 --- a/src/app/modules/data/types/place/special/mensa/place-mensa.html +++ b/src/app/modules/data/types/place/special/mensa/place-mensa.html @@ -2,8 +2,8 @@
- {{day.key | amLocal | amDateFormat:'dddd, l'}} - {{day.key | amLocal | amDateFormat:'dd, l'}} + {{day.key | dateFormat:'weekday:long,month:numeric,day:numeric'}} + {{day.key | dateFormat:'weekday:short,month:numeric,day:numeric' }}
diff --git a/src/app/modules/data/types/semester/semester-list-item.html b/src/app/modules/data/types/semester/semester-list-item.html index eb2c0d52..37338075 100644 --- a/src/app/modules/data/types/semester/semester-list-item.html +++ b/src/app/modules/data/types/semester/semester-list-item.html @@ -5,10 +5,7 @@

{{ 'name' | thingTranslate: item }}

- {{ item.startDate | amDateFormat: 'll' }} - - {{ item.endDate | amDateFormat: 'll' }} + {{item.startDate | dateFormat}} - {{item.endDate | dateFormat}}

{{ 'type' | thingTranslate: item }}
diff --git a/src/app/modules/news/item/news-item.html b/src/app/modules/news/item/news-item.html index 6ae5544f..5b5947ab 100644 --- a/src/app/modules/news/item/news-item.html +++ b/src/app/modules/news/item/news-item.html @@ -23,7 +23,7 @@ {{ - item.datePublished | amDateFormat: 'LLL' + item.datePublished | amCalendar | sentencecase }} + + + + + + + + + + + + + + + {{item.datePublished | amCalendar | sentencecase}} + + {{item.name}} + {{item.name}} + + + + {{item.messageBody}} + +