Skip to contents

Handles date format in Austrian HIPEC Registry(c)

Usage

tar_dateInput(inputId, label)

Arguments

inputId

character

label

character

Value

A date input in dd-MM-yyyy format.

Details

Wraps shinyWidgets::airDatepickerInput with fixed defaults.

See also

Examples

# \donttest{
if(interactive()){
 #EXAMPLE1
 }
# }