Date translation examples

Angular pipe example

This date will be translated: {{ currentDate | date: 'medium' }}.

Cumulocity pipe example

This date will be translated: {{ currentDate | c8yDate }}.
This date exceeding the range supported by ECMAScript will be translated: {{ 8640000000000000 + 1 | c8yDate }}.