Add a <time-display> component for better display of time

This commit is contained in:
Joseph Schorr 2017-11-27 12:56:06 +02:00
parent 2ea06d3df8
commit 7d55ff9c67
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1 @@
<span>{{ ::$ctrl.datetime | amDateFormat:'dddd, MMMM Do YYYY, h:mm A' }}</span>