react native moment time format code example
Example 1: moment time ago format reactjs
console.log(moment("2018-09-04T18:30:00.000Z").fromNow())
Example 2: react date format
npm install moment --save
console.log(moment("2018-09-04T18:30:00.000Z").fromNow())
npm install moment --save