This should be easy... but I've had no luck scouring the docs!
How do I get Moment.js to return: 15 minutes
In order to get 15 minutes ago
I can write:
moment().subtract(15, 'minutes').fromNow()
Which command should I use to get just 15 minutes
?