pretty-date-webcomponent
v1.0.0
Published
A simple ultra lightweight VanillaJS Webcomponent to display timestamps as pretty dates according to browser locale
Downloads
2
Readme
pretty-date
A simple ultra lightweight VanillaJS Webcomponent to display timestamps as pretty dates according to browser locale
Usage
See the demo.html for the results.
Display Date and Time
<pretty-date timestamp="1556310999589"></pretty-date>
Display Time
<pretty-date timestamp="1556310999589" only-time></pretty-date>