We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378e76f commit 548f773Copy full SHA for 548f773
src/components/form-datepicker/form-datepicker.js
@@ -293,7 +293,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
293
return (this.localLocale || '').replace(/-u-.*$/i, '') || null
294
},
295
computedResetValue() {
296
- return parseYMD(this.resetValue) || ''
+ return formatYMD(this.resetValue) || ''
297
}
298
299
watch: {
0 commit comments