shinymaterial (version 1.2.0)

material_date_picker: Create a shinymaterial date picker

Description

Build a shinymaterial date picker.

Usage

material_date_picker(input_id, label, value = "", color = NULL)

Arguments

input_id

String. The input identifier used to access the value.

label

String. The date picker label.

value

String. The starting date (format 'mmm dd, yyyy').

color

String. The date picker color. Leave empty for the default color. Visit https://materializecss.com/color.html for a list of available colors.

See Also

update_material_date_picker

Examples

Run this code
# 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