mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
400 B
400 B
如何用 edit 控件编辑日期
用 edit 控件编辑日期,将 edit 的 input_type 指定为"date"即可。
- 基本用法
示例:
<edit w="70%" text="2020/10/10" tips="date" input_type="date"/
- 启用自动修正功能
示例:
<edit w="70%" text="" tips="date autofix" input_type="date" auto_fix="true"/>
参考:input type