airDatepickerInput() on the clientR/input-airDatepicker.R
updateAirDateInput.RdChange the value of airDatepickerInput() on the client
updateAirDateInput(
session = getDefaultReactiveDomain(),
inputId,
label = NULL,
value = NULL,
tz = NULL,
clear = FALSE,
options = NULL,
show = FALSE,
hide = FALSE
)The session object passed to function given to shinyServer.
The id of the input object.
The label to set for the input object.
The value to set for the input object.
The timezone.
Logical, clear all previous selected dates.
Options to update, see available ones in JavaScript documentation
Show / hide datepicker.
if (interactive()) {
demoAirDatepicker("update")
}