powered by
airDatepickerInput()
Change the value of airDatepickerInput() on the client
updateAirDateInput( session = getDefaultReactiveDomain(), inputId, label = NULL, value = NULL, clear = FALSE, options = NULL, show = FALSE, hide = FALSE )
The session object passed to function given to shinyServer.
session
shinyServer
The id of the input object.
The label to set for the input object.
The value to set for the input object.
Logical, clear all previous selected dates.
Options to update, see available ones in JavaScript documentation
Show / hide datepicker.
if (interactive()) { demoAirDatepicker("update") }
Run the code above in your browser using DataLab