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
there date
filter
{{ date_expression | date : 'mmmm dd, yyyy'}}
is there way in angularjs take json date this:
2014-01-29t21:45:24 +05:00
and output date this:
january 29, 2014
there date
filter
{{ date_expression | date : 'mmmm dd, yyyy'}}
Comments
Post a Comment