0.1.1 • Published 6 years ago

date-timestamp v0.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

date-timestamp 0.1.1

timestamp를 자동으로 반환해주는 Node.js 라이브러리 입니다.

Installation

npm install date-timestamp

Manual

const timestamp = require('timestamp'); const time0 = timestamp(); const time1 = timestemp(new Date(), 'yyyy-mm-dd');

console.log(time0); console.log(time1);

0.1.1

6 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago