urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

How to show user age in angular-moment ? #296

Open athimannil opened 6 years ago

athimannil commented 6 years ago

Is there any option in angular-moment to show the user age

Here is the current one {{'1980-05-15'| amDifference : null : 'years'}} which show -37

Looking for solution without minus.

felixsusanto commented 6 years ago

Hello, have you found the solution? you can times -1 to eliminate the minus sign {{('1980-05-15'| amDifference : null : 'years') * -1}}