Datetimepicker
| Last update: | () |
| Message | fix(datetimepicker): z-index |
| Committer: | Tamás Bíró |
| Version history | |
Default
Copy Jade
Copy HTML
Show code
Hide code
<e-datetimepicker></e-datetimepicker>
<e-datetimepicker></e-datetimepicker>
Variations
Default ampm
Copy Jade
Copy HTML
Show code
Hide code
<e-datetimepicker ampm></e-datetimepicker>
<e-datetimepicker ampm></e-datetimepicker>
API Reference
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
| value | Datetime value as string, eg: 2017-02-01 23:00 | string | ||
| ampm | Controls 12h and 24h picker | string | ||
| locale | Sets the language of the component | string | en |
Events
| Event | Description | Returns |
|---|---|---|
| update | Fires on every update | { detail: date: [as string] } |