If the date field is set to be at least two days from now; it will not show actual date

I have a date field for orders collection in the database. I have the default date to be “two days from now” which is great! However, when ever I use that date in another part of the app (e.g. My Orders) the date always shows in some reference to days (e.g. “in 2 days”) vs. the date. Is it possible to show just the date?

Thank you very much!!!

I figured it out. The field on other lists was set to relative vs. date.
Thank you!!!