diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 45b15d3ab..ae06dd71b 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -1810,7 +1810,7 @@ export default { let parts = text.split(' '); if (this.timeOnly) { - date = new Date(this.modelValue); + date = new Date(); this.populateTime(date, parts[0], parts[1]); } else { const dateFormat = this.datePattern;