-
Is it possible to change date format dynamically ? As [mentioned ](https://daniel-projects.firebaseapp.com/owlng/date-time-picker#implementation-format) at documentation I need to setup date format i…
-
My vue Component
```
```
Expected behaviour:
the model ```date``` should be string of format **YYYY-MM** rather than moment object.
-
The formattedDate variable in moment-picker="formattedDate" is not set up after run although the date variable in ng-model="date" is initiated by the moment object. The formattedDate is undefined in t…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
Non-English languages only show the day and the month in …
-
Hello,
i've just noticed a strange behaviour when i pick a date in the datetime-picker component.
The component is init with `DateX`, i click on the input i pick a `DateY`, the `DateY` is correctl…
-
```
import myDatepicker from 'vue-datepicker';
export default{
components: {
'date-picker': myDatepicker
},
data(){
return{
…
-
```
XMMS has a file picker dialog in which you can select one or several files
and then choose if you want to play these files and replace the current
playlist with them or if you to add them to the p…
-
Bower install loads .js file but not .css file. I believe it is because the package.json file is missing "angularjs-datetime-picker.css" in the main field.
{
"name": "angularjs-datetime-picker",…
-
### Summary
I need to pass an array of available times to the time picker so I'm currently doing it like on this code sandbox
https://codesandbox.io/p/sandbox/timepicker-forked-pzvhn8
And it wo…
-
A often used standard format, e.g. in DBs is the ISO string, e.g.:
```
2023-07-20T09:35:00.000Z
```
How would you achieve this as input format for the picker at the moment?