The native counterpart of shiny::updateDateInput(), which cannot reach
these controls.
Usage
update_bs_date_input(
id,
value = NULL,
min = NULL,
max = NULL,
session = shiny::getDefaultReactiveDomain()
)
update_bs_date_range_input(
id,
start = NULL,
end = NULL,
min = NULL,
max = NULL,
session = shiny::getDefaultReactiveDomain()
)Examples
if (interactive()) update_bs_date_input("day", value = Sys.Date())