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