Add moment.js support
This commit is contained in:
parent
f8d75d821f
commit
c886a51b7d
6 changed files with 27 additions and 6 deletions
|
@ -23,15 +23,15 @@
|
|||
<div class="grid-4">
|
||||
<dl class="span-1">
|
||||
<dt>Created</dt>
|
||||
<dd>{{model.createdAt}}</dd>
|
||||
<dd>{{null-time model.createdAt 'LL'}}</dd>
|
||||
</dl>
|
||||
<dl class="span-1">
|
||||
<dt>Updated</dt>
|
||||
<dd>{{model.updatedAt}}</dd>
|
||||
<dd>{{null-time model.updatedAt 'LL'}}</dd>
|
||||
</dl>
|
||||
<dl class="span-1">
|
||||
<dt>Deleted</dt>
|
||||
<dd>{{model.deletedAt}}</dd>
|
||||
<dd>{{null-time model.deletedAt 'LL'}}</dd>
|
||||
</dl>
|
||||
<dl class="span-1"></dl>
|
||||
</div>
|
||||
|
|
Reference in a new issue