Changing Datetime Format to MM‑DD‑YYYY in AEP Data Prep
Hello Community,
I have a clarification question related to datetime formatting in Adobe Experience Platform (AEP) using Data Prep.
From the source file, we receive the datetime value as a string in the following format:
2026-04-10 14:23:56
My requirement is to ingest this into AEP as a datetime/timestamp field, but with the date represented in MM‑DD‑YYYY order, for example:
04-10-2026 14:23:00
The primary concern here is whether AEP allows transforming and storing the datetime in MM‑DD‑YYYY HH:mm:SS format, instead of the default
YYYY‑MM‑DD.
I understand that AEP standardizes timestamps internally, but I would like to confirm:
- Is it technically possible in AEP Data Prep to store a datetime with the MM‑DD‑YYYY date order?
- If not, is this format strictly limited to parsing at ingestion ?
- What would be the recommended best practice in this scenario?
Any guidance or confirmation from the community would be very helpful.
Thank you!