Skip to content

rezendeneto/moment-with-locales-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moment-with-locales-es6

Module exporting momentjs library with locales usable in ES6 environment

Installation

npm i moment-with-locales-es6
jspm i npm:moment-with-locales-es6

Usage

import moment from 'moment-with-locales-es6';

console.log(moment(123456).fromNow());