**Friday, August 14, 2009
取出來的是這種時間 想要yyyy-MM-dd的 要配什么參數(shù)**
Update the question I asked before.
in html
<p ng-bind="變量 | date : 'yyyy-MM-dd'"></p>
in js
$filter('date')(變量,'yyyy-MM-dd');
Filter, just format it. Besides, doesn’t the official website have sample code? . .