datePicker
pb.datePicker(selector, options)
A component used to select a date from a calendar.
Returns: Object
- Returns the element selected by jQuery with the selector
argument.
Param | Type | Description |
---|---|---|
selector | string | The selector for the input you want the DatePicker to bind to. |
options | Object | User specified options for the DatePicker. Available options can be found at http://api.jqueryui.com/datepicker/ |