1.0.4 • Published 7 years ago

cmoment v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

CMoment

Customize Moment. see more from Moment

Installation

npm install cmoment

Usage

const moment = require('cmoment');

now

let current = moment.now();

date format to str

let str = moment.format({
    time: '12-25-1995',
    formatter: 'YYYY/MM/DD'
});

str translate to date

let date = moment.parse('12-25-1995');
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago