1.0.1 • Published 3 years ago

format-td.js v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Como usar

const formatTime = require("format-td")


// TIME FORMAT
formatTime() //18:39
formatTime(new Date().getTime()) //18:39

// DAY FORMAT
formatTime.today() //23/03/2021
formatTime.today(new Date().getTime(), "en") //03/23/2021
1.0.1

3 years ago

1.0.0

3 years ago