Would it be possible for the date-format to accept an undefined value and return undefined if that is the case? If we use the helper on a field that can be of type Date | undefined and the value is undefined, it causes a rendering error because the date format is invalid.