amis2/docs/zh-CN/components/form/year.md

28 lines
522 B
Markdown
Raw Normal View History

2020-12-30 16:44:33 +08:00
---
title: Year 年
description:
type: 0
group: null
menuName: Year 年
icon:
order: 61
---
## 基本用法
```schema: scope="body"
2020-12-30 16:44:33 +08:00
{
"type": "form",
2021-01-19 10:20:09 +08:00
"api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/form/saveForm",
2020-12-30 16:44:33 +08:00
"controls": [
{
"type": "year",
"name": "year",
"label": "年"
}
]
}
```
更多用法和配置可以参考 [Date 日期](date)year 就是 data 的特定配置,所以 data 的所有配置都能使用。