vue-monthly-picker
vue-monthly-picker copied to clipboard
VueJS Monthly Picker component
hello there i am using this package with laravel backend whenever i am trying to catch the month in back end it's giving me one month earlier value such as...
Here's my control. ` ` If I select April 2020 (04/2020) (for example) this is the value I'm seeing when debugging. this.user.MonthDate.toString(): "Wed Apr 01 2020 00:00:00 GMT+0100" this.user.MonthDate.utc().toString(): "Tue...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.9.1 to 3.3.2. Release notes *Sourced from [webpack-bundle-analyzer's releases](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases).* > ## First test with Lerna monorepo > [#98](https://github-redirect.dependabot.com/th0r/webpack-bundle-analyzer/pull/98) Changelog *Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).* > ## 3.3.2 >...
Hi, thanks for this great component, it is exactly what i was looking for. Currently the plugin is only showing the month number and not the name, am i missing...
``` ``` i got result like this ↓ ``` ... date_from:{ .... _d: "YYYY/MM" _i: "2020/5" .... } ... ``` prop is passed correctly.
My vue Component ``` ``` Expected behaviour: the model ```date``` should be string of format **YYYY-MM** rather than moment object.
The vue-monthly-picker is very useful component for me. I am using it in buefy(bulma) as a component, but it can not be changed color and font-weight/size. If adding option like...