ux-m-ceshi-platform-block-datepicker

点击标题,出现时间选择弹层 ### API

Usage no npm install needed!

<script type="module">
  import uxMCeshiPlatformBlockDatepicker from 'https://cdn.skypack.dev/ux-m-ceshi-platform-block-datepicker';
</script>

README

时间选择

点击标题,出现时间选择弹层

API

props

name description type default
displayFormat 标题格式化方法 Function 默认只格式化mode为month/date
mode 日期选择模式 String 'date' enum('date', 'time', 'datetime', 'year', 'month')
minDate 最小值 Date 2000-1-1
maxDate 最大值 Date 2030-1-1
onDateChange 日期改变时调用 Function null