SyntaxFix
Write A Post
Hire A Developer
Questions
I found that it would work to reset the month to January for both dates (the provided date and the present):
> moment("02/26/1978", "MM/DD/YYYY").month(0).from(moment().month(0)) "34 years ago"