Moment.js – Parse Date Time Ago
If you’re using single locale try moment(‘Thu Oct 25 2018 17:30:03 GMT+0300’).fromNow(); //eg. 1 day ago, 2 hours ago etc or moment(‘Thu Oct 25 2018 17:30:03 GMT+0300’).fromNow(true); //eg. 1 day, 2 hours for more see docs and: