I have a Date field in my Feature Layer that I would like to parse and only show the Year inside a Window using a text dynamic content.
This is how it currently is displaying:

I would like to have only the year show in the Year Started section.
I have tied to calculate the field as an Arcade expression in the Feature Layer field using this expression:
Year($feature._4_year_started)
But, I get an error when I try to persist this: "The calculated value does not match the Date field type." I understand that I am trying to convert a Number to a Date this is why I get this error.
What is the recommended way to parse a Date to be shown in an Experience Builder window since it does not seem that Experience Builder supports Arcade, yet?