1.0.0 • Published 8 years ago

patchkit-nicedate v1.0.0

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

NiceDate

import NiceDate from 'patchkit-nicedate'

<NiceDate ts={Date.now()} />
// 4:35pm

<NiceDate ts={Date.now() - ONEDAY} />
// Mon 4:35pm

<NiceDate ts={Date.now() - ONEWEEK} />
// Jan 5

<NiceDate ts={Date.now()} ago />
// a few seconds ago

<NiceDate ts={Date.now() - ONEDAY} ago />
// one day ago

<NiceDate ts={Date.now() - ONEWEEK} ago />
// 7 days ago