powered by
Change the value of a material_date_picker on the client.
update_material_date_picker(session, input_id, value = NULL)
The session object passed to function given to shinyServer.
The input_id of the material_date_picker.
The value to set for the material_date_picker (format 'mmm dd, yyyy').
material_date_picker
# NOT RUN { update_material_date_picker( session, input_id = "example_date_picker", value = "Apr 10, 2012" ) # }
Run the code above in your browser using DataLab