1.0.1 • Published 7 years ago
@datazone/moment v1.0.1
Moment formatter
Why ?
- I donot need full moment in most time.
How to ?
// default
moment().format(); // 2018-02-05 17:51:26
// pattern format
moment().format('YYYY/MM/DD HH:mm:SS');
// default
moment().format(); // 2018-02-05 17:51:26
// pattern format
moment().format('YYYY/MM/DD HH:mm:SS');