ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

aurelia-bootstrap-datetimepicker - Time Only Support / Date + Time Selection #86

Closed CollinHerber closed 5 years ago

CollinHerber commented 5 years ago

I'm not seeing a way to be able to select both date and time, or time only.

I would expect something along these lines: https://eonasdan.github.io/bootstrap-datetimepicker/ (Time Only Area) functionality or at least the options for both.

CollinHerber commented 5 years ago

Nvm, I guess you can force the format and it'll act the same. I just didn't bother to check prior.

CollinHerber commented 5 years ago

For time only use options.bind="{format : 'LT'}"