How to enter (type) only year in calendar input text area?

I have date only calendar property, in the property text box I want to enter year only how can I achieve that ?

Normal Format - 08/29/2022

Expecting Format - 2022

(I want to hide the date and the month in the calendar text input area)

Hi @AshinaS2,

Please configure like below on the control.

  1. In the Editable settings please enable Display value using read-only formatting
  2. In the Read-Only Format select Date format as custom and define format as 'YYYY’

Thanks,

Vinay

@VinayKumarL16594575 Thanks