timestamp-time
(no summary available)
[ This description is mirrored from README.md at github.com/DamandeepS/timestamp-time on 2019-05-22 ]
<timestamp-time>
use timestamp to display time
timestamp-time
use timestamp to display date/time
usage <timestamp-time></timestamp-time>
<timestamp-time utc type="Date" timestamp="1498312215357"></timestamp-time>
Attributes
Attribute | Datatype | Description |
---|---|---|
utc (optional) | Boolean |
shows UTC date/time if attribute is present |
type (optional) | String |
date or time , if we want Date or Time, else Full String |
timestamp Required | Number |
Timestamp you want to convert, Or else it'll take current time |
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
Polymer/polymer#^2.0.0
- Released
- 2017-06-24
- Maturity
- IMPORTED
- License
- Other
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
timestamp-time - Vaadin Add-on Directory
(no summary available)
**[ This description is mirrored from README.md at [github.com/DamandeepS/timestamp-time](https://github.com//DamandeepS/timestamp-time/blob/v0.0.5/README.md) on 2019-05-22 ]**
#
use timestamp to display time
`timestamp-time`
use timestamp to display date/time
usage ` `
```html
```
## Attributes
| Attribute |Datatype| Description |
|-----------|--------|-------------|
| utc _(optional)_ | `Boolean` | shows UTC date/time if attribute is present |
| type _(optional)_ | `String` | `date` or `time`, if we want Date or Time, else Full String|
|timestamp *Required*| `Number`| Timestamp you want to convert, Or else it'll take current time |