mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 15:40:35 +03:00
docs: update the time-picker-options
This commit is contained in:
@@ -254,14 +254,15 @@ the shortcuts for the range picker
|
|||||||
set fixed time list to select;
|
set fixed time list to select;
|
||||||
|
|
||||||
```js
|
```js
|
||||||
{start: '00:00', step:'00:30' , end: '23:30'}
|
{start: '00:00', step:'00:30' , end: '23:30', format: 'HH:mm' }
|
||||||
```
|
```
|
||||||
|
|
||||||
| Attribute | Description |
|
| Attribute | Description |
|
||||||
| --------- | ----------- |
|
| --------- | ------------------------------------ |
|
||||||
| start | start time |
|
| start | start time |
|
||||||
| step | step time |
|
| step | step time |
|
||||||
| end | end time |
|
| end | end time |
|
||||||
|
| format | the default is same as prop `format` |
|
||||||
|
|
||||||
### Events
|
### Events
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user