Change the start and end values of a daterangepicker on the client
updateDaterangepicker(
session,
inputId,
label = NULL,
start = NULL,
end = NULL,
min = NULL,
max = NULL,
icon = NULL,
options = NULL
)
The session object passed to function given to shinyServer.
The id of the input object.
The label to set for the input object.
The start date. Either a Date object, or a string in yyyy-mm-dd format.
The end date. Either a Date object, or a string in yyyy-mm-dd format.
The earliest date a user may select.
The latest date a user may select.
Icon to display next to the label.
List of further options. See
daterangepickerOptions
Other daterangepicker Functions:
daterangepickerOptions()
,
daterangepicker()