updateDatetimePickerInput {shinyDatetimePickers}R Documentation

Update a datetime picker widget

Description

Change the value of a datetime picker input.

Usage

updateDatetimePickerInput(session, inputId, value)

Arguments

session

the Shiny session object

inputId

the id of the datetime picker widget to be updated

value

new value for the datetime picker widget

Value

No returned value, this just updates the widget.


[Package shinyDatetimePickers version 1.2.0 Index]