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.5.7 - vue-datetime: 1.0.0-beta.8 - luxon: 1.6.2 ### Description: Is there a built-in way to empty the date input once a value has been chosen? ###...

feature request

## Versions - vue: 2.6.10 - vue-datetime: 1.0.0-beta.11 - luxon: 1.21.3 ### Description: While we can override the css, we can't use the absolute power of ```scss```. It would be...

## Versions - vue: 2.6.10 - vue-datetime: 1.0.0-beta.11 - luxon: 1.21.3 ### Description: Some style features are a bit "disco" :) Doing a ```font-size css transition``` toward "32px" is a...

### Description: Currently when I'm selecting a year in the list it feels like something did not work because I expect to return to the calendar with the new selected...

feature request

## Versions - vue:2.5.17 - vue-datetime:1.0.0-beta.11 - luxon:1.21.3 ### Description: import Datetime from 'vue-datetime'; Vue.use(Datetime); These are how I use vue-datetime. In the final page, all functions work well except...

I add: - prop useSecond (boolean) - add selection element for seconds as minutes - add min|max secon for disabling

can display year by Settings.defaultOuputCalendar

Added new props `value-format` to change output string accordingly instead of default `ISO8601` string. When not provided, it fallback as normal to `ISO8601` format.

Hello! Description says we can disable dates but I can't find a demo or doc for this purpose. Is there a way to disable time in this picker? like disable...

feature request