8000 GitHub - haedal0/BTKL: 남은 시간을 보기 좋게 만들어주는 간단한 라이브러리입니다.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ BTKL Public

남은 시간을 보기 좋게 만들어주는 간단한 라이브러리입니다.

License

Notifications You must be signed in to change notification settings

haedal0/BTKL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTKL (Better Korean Time Left)

남은 시간을 보기 좋게 만들어주는 간단한 라이브러리입니다.

예시

import { convert } = '@haedal0/btkl'

const today = new Date()
const tomorrow = new Date(today.getFullYear(), today.getMonth(), today.getDate() + 1)
const nextweek = new Date(today.getFullYear(), today.getMonth(), today.getDate() + 7)

print(convert(today)) // 오늘
print(convert(tomorrow)) // 내일
print(convert(nextweek)) // 다음 주 ?요일

About

남은 시간을 보기 좋게 만들어주는 간단한 라이브러리입니다.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0