AngularJS UTC Date filter -


is there way in angularjs take json date this:

2014-01-29t21:45:24 +05:00 

and output date this:

january 29, 2014 

here's jsbin demo.

there date filter

{{ date_expression | date : 'mmmm  dd, yyyy'}} 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -