Skip to contents

The date_range_picker() enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.

See the official documention for date range picker, for all the correct props.

Examples

date_range_picker(
  "range",
  value = "March 31, 2023 ~ April 9, 2023",
  delimiter = "~",
  `format-pattern` = "long"
)