APIForm controls APICalendar APICalendar PropertiesvalueOn this pagevalue Description Optional. Sets the value of a calendar Usage value?: Date; Example <template> <Calendar :value="new Date(2022, 2, 18)" /></template> Details Pay attention that months' enumeration starts with 0. Related article: Setting the value Related sample: Calendar