Add support for date-only to the time-display component
This commit is contained in:
parent
89d635f6cf
commit
b5b4aa154c
3 changed files with 11 additions and 2 deletions
|
@ -1 +1 @@
|
|||
<span>{{ ::$ctrl.datetime | amDateFormat:'dddd, MMMM Do YYYY, h:mm A' }}</span>
|
||||
<span>{{ ::$ctrl.datetime | amDateFormat:$ctrl.getFormat($ctrl.dateOnly) }}</span>
|
Reference in a new issue