ui_date: ui_date实例化入口func

Description Usage Arguments Value Examples

View source: R/aaa_defineClasses.R

Description

ui_date实例化入口func

Usage

1
2
3
4
ui_date(inputId = "date1", label = "输入日期:", value = "",
  min = "1984-01-01", max = "2100-12-31", format = "yyyy-mm-dd",
  startview = "month", weekstart = 0L, language = "zh-CN",
  width = "100%", autoclose = TRUE)

Arguments

inputId

内码

label

标签

value

默认值

min

最小值

max

最大值

format

日期格式

startview

日历格式

weekstart

开始于

language

日历语言

width

宽度

Value

返回值

Examples

1

takewiki/tsShiny documentation built on Aug. 16, 2019, 3:23 a.m.