moment.js usage with angular
moment.js, it is cool for support time / date display issue, you do not need parse again, moment already done all of you want.
Also support i18n feature, include timezone
file, then you can choose your local name to config.
angular-moment
of course, angular community already built moment supporting moment.js.
angular-moment Usage,
config,
angular.module("myapp").constant 'angularMomentConfig',
preprocess: 'utc',
timezone: 'Asia/Taipei'
view
{{start_time | amDateFormat:'YYYY-MMM-Do ddd'}}
留言
張貼留言