1 Star 0 Fork 342

clickto / awtk

forked from zlgopen / awtk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
how_to_edit_date.md 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
xianjimli 提交于 2020-06-26 18:03 . update docs

如何用 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

C
1
https://gitee.com/clickto/awtk.git
git@gitee.com:clickto/awtk.git
clickto
awtk
awtk
master

搜索帮助