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
-
Notifications
You must be signed in to change notification settings - Fork 1
patchkit/patchkit-nicedate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A nice timestamp rendering
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published