You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix specs and dupe headers [`077e82a`](https://github.com/mariomka/vue-datetime/commit/077e82af109755da8f204bd741c1ae9ebe385aa4)
18
+
- Simplify test [`93f08e2`](https://github.com/mariomka/vue-datetime/commit/93f08e2796a4563009dbdf32a06d730efe5d3d87)
19
+
- Fix datetime popup display bug when using UTC zone [`598253e`](https://github.com/mariomka/vue-datetime/commit/598253e48c8f7e0b8ae96a7d7fe96c102ae5cc4a)
20
+
- Fix min/max calendar test [`fb48c1c`](https://github.com/mariomka/vue-datetime/commit/fb48c1c6226d6ecabccb9974bad9aa495f5b6cd7)
v1.x currently support most of v0.x functionality but it's still behind.
23
-
24
-
Old features not yet implemented:
25
-
26
-
- Disabled dates
27
-
- Time picker (Not sure if it will be implemented)
28
-
29
20
## Installation
30
21
31
22
### Bundler (Webpack, Rollup...)
@@ -116,13 +107,13 @@ You can customize the component output using named slots and component props.
116
107
Parameter | Type | Default | Description
117
108
--------- | ---- | ------- | -----------
118
109
v-model (*required*) | ISO 8601 `String` | - | Datetime.
119
-
type | `String` | `date` | Picker type. dateor datetime.
110
+
type | `String` | `date` | Picker type: date, datetime or time.
120
111
input-id | `String` | `''` | Id for the input.
121
112
input-class | `String` | `''` | Class for the input.
122
113
hidden-name | `String` | `null` | Name for hidden input with raw value. See #51.
123
114
value-zone | `String` | `UTC` | Time zone for the value.
124
115
zone | `String` | `local` | Time zone for the picker.
125
-
format | `Object` or `String` | `DateTime.DATE_MED`or `DateTime.DATETIME_MED` | Input date format. Luxon [presents](https://moment.github.io/luxon/docs/manual/formatting.html#tolocalestring--strings-for-humans-) or [tokens](https://moment.github.io/luxon/docs/manual/formatting.html#formatting-with-tokens--strings-for-cthulhu-).
116
+
format | `Object` or `String` | `DateTime.DATE_MED`, `DateTime.DATETIME_MED`or `DateTime.TIME_24_SIMPLE` | Input date format. Luxon [presents](https://moment.github.io/luxon/docs/manual/formatting.html#tolocalestring--strings-for-humans-) or [tokens](https://moment.github.io/luxon/docs/manual/formatting.html#formatting-with-tokens--strings-for-cthulhu-).
0 commit comments