DateTimePicker

日期时间选择器。

使用

  1. <m-date-time-picker type="date" past="20180101" future="20200101" lan="zh-cn" show>
  2. </m-date-time-picker>

API

Props

  1. {
  2. show?: boolean,
  3. type?: 'date' | 'time',
  4. init?: string,
  5. past?: string,
  6. future?: string,
  7. lan?: string
  8. }

Default Props

  1. {
  2. type: 'date',
  3. show: false
  4. }