powered by
Build a shinymaterial date picker.
material_date_picker(input_id, label, value = "", color = NULL)
String. The input identifier used to access the value.
String. The date picker label.
String. The starting date (format 'mmm dd, yyyy').
String. The date picker color. Leave empty for the default color. Visit https://materializecss.com/color.html for a list of available colors.
update_material_date_picker
# NOT RUN { material_date_picker( input_id = "example_date_picker", label = "Date Picker", value = "Jun 02, 2006" ) # }
Run the code above in your browser using DataLab