vue-datetime
vue-datetime copied to clipboard
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
hi, I state that I love this component. Is there a possibility that a feature for selecting a range of dates will be implemented in the future?
## Versions - vue: 3.0.4 - vue-datetime: 1.0.0-beta.14 - luxon: 1.25.0 ### Description: Doesn't work, show a bunch of errors: ``` [Vue warn]: Property "$createElement" was accessed during render but...
## Versions - vue: 4.5.12 - vue-datetime:1.0.0-beta.14 - luxon:2.15.7 ### Description: I am trying to set as default value always the time 00:00. I use it as datetime picker. Is...
Hi @mariomka, Please see the code change below. This will add a clear button on the datetime picker: 
I'm working on a new **1.x version**. It'll be similar to current 0.x version and it'll include some of the requested features. `moment` dependency will be replaced by `luxon` and...
## Versions vue: 2.6.10 vue-datetime: ^1.0.0-beta.10 luxon: ^1.16.0 Is it possible to disable weekends?
## Versions - vue: - vue-datetime: - luxon: ### Description: ### Steps To Reproduce: Including a reproduction would be great. You can fork this fiddle: https://jsfiddle.net/ofc30uv3/
### Description: Hi there, Thank you for this awesome component! This is not an issue. Is a question. Is there a way to use a hidden input and show picker...
Would like the ability to programmatically open the datepicker modal without a click event using something like this.$refs.mydatepicker.open().
* started functionality to support allowed date ranges instead of a distinct min and max * Refactored min, max date into new 'allowedDateTimeRanges' * added some helper functions to simplify...