moment.fromnow include time code example
Example 1: moment js subtract years
let min_date = moment().subtract(18, 'years');
Example 2: moment js from now
moment(date).fromNow();
let min_date = moment().subtract(18, 'years');
moment(date).fromNow();