Skip to contents

sszAirDatepickerInput

Usage

sszAirDatepickerInput(
  inputId,
  label,
  dateFormat = "dd.mm.yyyy",
  language = "de",
  ssz_icon = NULL,
  ...
)

Arguments

inputId

inputId parameter for airDatepickerInput

label

label parameter for airDatePickerInput

dateFormat

optional format parameter for airDatepickerInput, default "dd.mm.yyyy"

language

optional language parameter for airDatepickerInput, default "de"

ssz_icon

optional parameter to be used as the calendar icon, a html image tag, e.g. htmltools::tags$img(...)

...

further named parameters for airDatepickerInput

Value

the same as dateRangeInput return, with modified label class

Examples

if (FALSE) { # \dontrun{
inst / examples / sszAirDatepickerInput / app.r
} # }