mirror of https://github.com/layui/layui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.2 KiB
3.2 KiB
常规用法
{{- d.include("/laydate/examples/normal.md") }}
多类型选择器
默认为日期选择器,即上文「常规用法」示例中的效果。以下主要呈现其他类型选择器:
{{- d.include("/laydate/examples/type.md") }}
范围选择
{{- d.include("/laydate/examples/range.md") }}
配置快捷选项 2.8+
{{- d.include("/laydate/examples/shortcut.md") }}
自定义格式
{{- d.include("/laydate/examples/format.md") }}
节日及标注
{{- d.include("/laydate/examples/mark.md") }}
限制可选日期
{{- d.include("/laydate/examples/limit.md") }}
批量绑定元素
{{- d.include("/laydate/examples/elem.md") }}
更多功能示例
{{- d.include("/laydate/examples/more.md") }}
自定义主题
{{- d.include("/laydate/examples/theme.md") }}
直接静态显示
{{- d.include("/laydate/examples/static.md") }}