Skip to content
/ secs Public
forked from wix-incubator/secs

ms, but with built in conversion to seconds

License

Notifications You must be signed in to change notification settings

capaj/secs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secs

ms, but with built in conversion to seconds. Usage is trivial

secs(2 * 24 * 60 * 60)// '2d'
secs(2 * 24 * 60 * 60, {long: true})// '2 days'
secs('2d') // 172800

About

ms, but with built in conversion to seconds

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%