1.0.2 • Published 5 years ago
readabel v1.0.2
Simple read date format
Install
npm i readabelRequire
const Read = require('readable')Usage
Only show today date
console.log(Read())Custom date
console.log(Read(new Date(your_date)))
npm i readabelconst Read = require('readable')Only show today date
console.log(Read())Custom date
console.log(Read(new Date(your_date)))