2
Wie kann ich den Tag (EEEE) in AngularJS in Deutsch umwandeln? Beispiel: Montag bis MontagWie formatiere ich das Datum auf Deutsch in AngularJS?
Mein Code:
<div class="item item-divider">{{item.date | date:"EEEE dd.MM.yyyy"}} {{item.hours}}</div>
Dank.
Das hat mir geholfen: http://stackoverflow.com/a/32896619/3646958 Ich habe nur die deutsche locale js-Datei enthalten. – user3646958