- {{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}}
+
+