time-display - Vaadin Add-on Directory
Time display and time-diff (timeago) elements for Polymer
**[ This description is mirrored from README.md at [github.com/CaptainCodeman/time-display](https://github.com//CaptainCodeman/time-display/blob/v0.0.2/README.md) on 2019-05-22 ]**
_[Demo and API docs](http://captaincodeman.github.io/time-display/)_
# time-display
A set of elements for dealing with time in Polymer
`` is an element to display time in human readable format using [fecha](https://github.com/taylorhakes/fecha)
`` is an element to display relative time in human readable format (i.e. "timeago")
For both elements, the datetime should be provided as an ISO 8601 formatted string (UTC) or
'now' to use the current system datetime. Each user will see the time difference and display
based on their own local time.
Examples:
```
```
Displays: 'Tuesday, August 23rd, 2016' (in Mountain-Time timezone)
```
```
Displays: '5 minutes ago' (after 5 minutes) and updates as time goes on
```
```
Displays: '2 days ago' (when this was authored)
View on GitHubGitHub Homepage
Issue tracker
time-display version 0.0.1
### Dependencies
Polymer/polymer#^1.4.0
* fecha#^2.2.0
time-display version 0.0.2
### Dependencies
Polymer/polymer#^1.4.0
* fecha#^2.2.0