node.js - How to convert ISO 8601 date format to specific format? -


i able retrieve dates , want converted format "1 week ago" or "2 week ago".

the date format inputting in format:2016-02-15t19:43:14.412-0500

you can use fromnow() in moment.js you;

var moment = require('moment')  moment('2016-02-15t19:43:14.412-0500').fromnow(); // outputs '20 days ago' 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -