View source: R/aaa_defineClasses.R
ui_date | R Documentation |
ui_date实例化入口func
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
)
inputId |
内码 |
label |
标签 |
value |
默认值 |
min |
最小值 |
max |
最大值 |
format |
日期格式 |
startview |
日历格式 |
weekstart |
开始于 |
language |
日历语言 |
width |
宽度 |
返回值
ui_date();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.