Morph date field

I have an empty date field that I want to fill with a future date. Text fields have multiple options for changing contents of a field, but the date field options are minimal.Options are add days, month, or years, or formula. I have tried putting in the date I want in this spot «◊», but I am not using correct format or something. How would I write a formula to fill this field with 04/06/2026?

Thanks, CM

How about YourDateField = datevalue(2026,4,6)

How you get the year, month, and day out of “04/06/2026” depends on where it comes from.