Marius

Results 15 comments of Marius

The issue is that I want the value to be in ISO format (to match server API), but the value actually displayed to be "ll" (another format). This is pretty...

So there is no way I can change the `startFrom` after it has already been set, and have it visually shown in the date picker? @kenhyuwa

@afunnydev Hello and thank you, however, it seems like your provided solution does not work. ```javascript /** * The start date (computed property). */ startDate() { console.log(this.$moment(this.dates[0] || new Date()).toDate().toString());...

Hey! Wouldn't this be a breaking change? To insert a new parameter between other params? @asanovr