Add support for date-only to the time-display component

This commit is contained in:
Joseph Schorr 2017-11-27 13:08:38 +02:00
parent 89d635f6cf
commit b5b4aa154c
3 changed files with 11 additions and 2 deletions

View file

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