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

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: ![image](https://user-images.githubusercontent.com/57722316/68784169-2a756e00-060a-11ea-87eb-1e3799a948f4.png)

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...

announcement

## Versions vue: 2.6.10 vue-datetime: ^1.0.0-beta.10 luxon: ^1.16.0 Is it possible to disable weekends?

feature request

## 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...