-
Notifications
You must be signed in to change notification settings - Fork 1
angular time
遇见王斌 edited this page Dec 18, 2019
·
4 revisions
var dateAsString = $filter('date')(item_date, "yyyy-MM-dd hh:mm:ss");
注意: controller 需要注入 $filter
{{item_date | date:'yyyy-MM-dd hh:mm:ss'}}
cellTemplate:'<div class="ui-grid-cell-contents" > __row.entity.create_time | date:"yyyy-MM-dd hh:mm:ss"__</div>',