| placeholder | placeholder en la modalidad sin-rango | string | — | — |
| start-placeholder | placeholder for the start date in range mode | string | — | — |
| start-placeholder | placeholder para el comienzo de fecha en la modalidad de alcance | string | — | — |
| end-placeholder | placeholder for the end date in range mode | string | — | — |
| end-placeholder | placeholder para el fin de fecha en la modalidad de alcance | string | — | — |
| type | type of the picker | string | year/month/date/datetime/ week/datetimerange/daterange | date |
| type | tipo de la escoja | string | año/mes/fecha/fecha y hora/semana/rango de fecha y hora /rango de fecha | fecha |
| format | format of the displayed value in the input box | string | year `yyyy`, month `MM`, day `dd`, hour `HH`, minute `mm`, second `ss` | yyyy-MM-dd |
| formato | formato del valor desplegado en la caja de entrada | cadena | año `yyyy`, mes `MM`, día `dd`, hora `HH`, minuto `mm`, segundo `ss` | yyyy-MM-dd |
| align | alignment | left/center/right | left |
| alinear
| popper-class | custom class name for DatePicker's dropdown | string | — | — |
| value-format | optional, format of binding value. If not specified, the binding value will be a Date object | string | year `yyyy`, month `MM`, day `dd`, hour `HH`, minute `mm`, second `ss` | — |
| default-value | fecha opcional y defectada del calendario| Fecha | cualquier cosa aceptada por `new Date()` | — |
| name | same as `name` in native input | string | — | — |
| value-format | opcional,formato de valor atado.Si no special, el valor atado sería ser un valor de fecha | cadena | año `yyyy`, mes `MM`, día `dd`, hora `HH`, minuto `mm`, segundo `ss` | — |
| unlink-panels | unlink two date-panels in range-picker | boolean | — | false |
| name | igual que `name` en la entrada nativa | cadena | — | — |
| unlink-panels | desconectar dos fecha-paneles en alcance-escoja | boolean | — | falso |
| shortcuts | a { text, onClick } object array to set shortcut options, check the table below | object[] | — | — |
| shortcuts | un { text, onClick } objecto serie para establecer opciones atajos, comprobar la mesa abaja | objeto[] | — | — |
| disabledDate | a function determining if a date is disabled with that date as its parameter. Should return a Boolean | function | — | — |
| disabledDate | una función determinar si la fecha es minusválida con la fecha como su parámetro.Debería devolver un booleano| función | — | — |
| firstDayOfWeek | first day of week | Number | 1 to 7 | 7 |
| firstDayOfWeek | primera día de semana | Number | 1 to 7 | 7 |
| onPick | a callback that triggers when the selected date is changed. Only for `daterange` and `datetimerange`. | Function({ maxDate, minDate }) | - | - |
| onPick | una llama de vuelta cuando la fecha escogida está cambiada. Solamente por `daterange` y `datetimerange`. | Function({ fecha, minDate }) | - | - |
| onClick | callback function, triggers when the shortcut is clicked, with the `vm` as its parameter. You can change the picker value by emitting the `pick` event. Example: `vm.$emit('pick', new Date())`| function | — | — |
| onClick | función de llama de vuelta, gatillos cuando el atajo se hace clic, con el `vm` como su parámetro. Puedes cambiar el valor de escoja por emitir el evento `pick`. Ejemplo: `vm.$emit('pick', new Date())`| function | — | — |
### Events
### Eventos
| Event Name | Description | Parameters |
| Nombre de evento | Descripción | Parámetros |
|---------|--------|---------|
|---------|--------|---------|
| change | triggers when user confirms the value | component's binding value |
| change | gatillos cuando usuario confirma el valor | valor atado de componente |