Use this API to show a date/time picker for user selection.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| format | String | No | Format: yyyy-MM-dd, HH:mm, yyyy-MM-dd HH:mm, yyyy-MM, yyyy |
| currentDate | String | No | Initial selected date |
| startDate | String | No | Minimum selectable date |
| endDate | String | No | Maximum selectable date |
| success | Function | No | Callback with selected date |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| date | String | Selected date in specified format |
Code Example
Related APIs
my.multiLevelSelect
Multi-level selector