current
Description
opens the Month control at the specified dateType
Date object
Example
<Month current={new Date(2023, 2, 18)} />
Details
As a value of the property set the new Date() constructor. Apply the year, month, day format to set the date.
Related article: Showing the specified month