DateTimePicker
Introduction
Function signature
DateTimePicker(
value=None
readonly=False,
disabled=False,
editable=False,
clearable=True,
size=None,
placeholder="Select date and time",
w_type="datetime",
format="yyyy-MM-dd HH:mm:ss",
widget_id=None,
)
Parameters
Parameters
Type
Description
value

placeholder

size

w_type

format

readonly

disabled

editable

clearable

widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize DateTimePicker and Text widgets
DateTimePicker and Text widgetsCreate app layout
Create an app using a layout
Add functions to control widgets from Python code

Last updated