moment.js usage in 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'}}
Written by Caesar Chi
Related protips
2 Responses
nice post, thanks
over 1 year ago
·
thanks
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#