In both scenarios, when a form is in view or edit mode, I want to see the date that the user inputs so that they can verify or edit it from the gallery.
Right now, the gallery shows the date the user inputs, but what I believe is happening is that when a user enters clicks the edit or view option that date field value is not being shown because the DataCard has a default of Today() which was added to avoid users from accidentally entering a date in the past when they add data to begin the process.
So would I need to replace the Default of Today() in the form to avoid the error? If so, how do I ensure the default date isn't 1/1/1900 and users have to adjust day, month, and year?