AngularJS 时间格式化
在AngularJs的controller里面进行格式化
vm.firstTime = $filter('date')(data.data, "yyyy-MM-dd hh:mm:ss");
在html中进行格式化
{{vm.secondTime | date:'yyyy-MM-dd hh:mm:ss'}}
示例代码:
https://github.com/zLulus/NotePractice/blob/dev3/Website/NotePractice/Views/AngularjsStudy/TimeFormat.cshtml
详细格式说明:
http://www.jianshu.com/p/b25beea3d9ca
学习技术最好的文档就是【官方文档】,没有之一。
还有学习资料【Microsoft Learn】、【CSharp Learn】、【My Note】。
如果,你认为阅读这篇博客让你有些收获,不妨点击一下右下角的【推荐】按钮。
如果,你希望更容易地发现我的新博客,不妨点击一下【关注】。