vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.

Results 101 vue-datetime issues
Sort by recently updated
recently updated
newest added

## Versions - vue: "^2.6.14" - vue-datetime: "^1.0.0-beta.14" - luxon: "^2.0.1" - weekstart: "^1.1.0" ### Description: Getting following errors on click of datetime picker input. ![image](https://user-images.githubusercontent.com/20252226/127253314-a2e98be6-305a-475f-aea5-210143963e89.png) Calendar popup looks as...

Is it possible to only let the user pick a month and year combination? Update: OK, I was able to do this by using `:flow="['year', 'month']" However, the day is...

![image](https://user-images.githubusercontent.com/83327434/129218289-d4a37c31-e60e-4422-b8de-016f753d87d7.png) When we the select the time and if we compare the value then we found both times are different. Please suggest what we can do next.

## Versions - vue: ^2.6.11 - vue-datetime: ^1.0.0-beta.14 - luxon: ^1.24.1 ### Description: minDatetime not validated when having use12-hour, Currently (13:35 pm), I'm picking July 5 ( today ) and...

## Versions - vue: 2.6.12 - vue-datetime: 1.0.0-beta.14 - luxon: 1.25.0 ### Description: Tooltip from invalid input is above the datetime component. ### Steps To Reproduce: put a required datateime...

Hey @mariomka Sorry for the wait had been busy. Update from previous pr https://github.com/mariomka/vue-datetime/pull/226 * added new prop datetime-disabled-checker, this provides (year,month,day,hour,minute,second) as params to the provided function * there...

## Versions - vue: latest - vue-datetime: latest - luxon: latest ### Description: Can we have a version that uses Date object as the v-model value. I am using vuex-orm...

## Versions - vue: 2.6.11 - vue-datetime: 1.0.0-beta.14 - luxon: 1.27.0 ### Description: I'm trying to emit the selected datetime. This is working perfectly in chrome, however, not emitting any...

All I found here about **format** seems related how the `vue-datetime`-component should render it. But what I still missing here is a possibility to define input and output-format for the...

feature request