Date Formatting in Base

I recently updated to 24.8.0.3. Before I updated I was able to format dates in my Forms so that I could see [DayOfTheWeek, Month, Day, Year]. Now I no longer see the option to format so that I can get DayOfTheWeek. Im able to format like so in the Tables through Column formatting but it doesnt translate over to Forms.

Is there a way to get that formatting back to Forms so I can get get DayOfTheWeek?

Bind the date column to a formatted control. This can be formatted like a spreadsheet cell.
A date control offers date format “Standard (long)” which includes the weekday name.

Ah, yes. I forgot about “Formatted Field”. Thanks