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. http://momentjs.com/ Also support i18n feature, include timezone file, then you can choose your local name to config. moment angular-moment of course, angular community already built moment supporting moment.js. angular-moment angular-moment Usage, config, angular.module("myapp").constant 'angularMomentConfig', preprocess: 'utc', timezone: 'Asia/Taipei' view {{start_time | amDateFormat:'YYYY-MMM-Do ddd'}}
熱血,是一輩子的事! Answer is there, dig it.