Skip to content

日期时间组件

时间类型

alt text

数据源

获取数据库 当前年月的1号

获取数据库 当前年月的1号,作为日期时间组件的默认值 配置本组件的数据源: alt text select DATE_FORMAT(now(),'%Y-%m-01') as sdate alt text 效果: alt text