update_material_date_picker: Change the value of a material_date_picker on the client

Description Usage Arguments See Also Examples

View source: R/update-shiny-material-date-picker.R

Description

Change the value of a material_date_picker on the client.

Usage

1
update_material_date_picker(session, input_id, value = NULL)

Arguments

session

The session object passed to function given to shinyServer.

input_id

The input_id of the material_date_picker.

value

The value to set for the material_date_picker (format 'mmm dd, yyyy').

See Also

material_date_picker

Examples

1
2
3
4
5
6
7
8
## Not run: 
update_material_date_picker(
  session,
  input_id = "example_date_picker",
  value = "Apr 10, 2012"
)

## End(Not run)

ericrayanderson/shinymaterial documentation built on Oct. 9, 2020, 5:21 p.m.