Improve this doc View source

pfDateTimepicker
directive in module patternfly.form

Description

Angular directive to wrap the bootstrap datetimepicker http://eonasdan.github.io/bootstrap-datetimepicker/

Usage

as attribute
<ANY pf-date-timepicker
     date="{object}"
     options="{string}">
   ...
</ANY>

Parameters

ParamTypeDetails
dateobject

date and time moment object

optionsstring

the configuration options for the date picker

Example

Source





Demo