Change Date format in DB | Community
Skip to main content
ishanishah
Level 2
November 4, 2022
Solved

Change Date format in DB

  • November 4, 2022
  • 1 reply
  • 1485 views

Hi folks,

 

I want to change the date formats of the ingested data from mm/dd/yyyy to dd/mm/yyyy. 

For ex, when I look up the data in the form or schema, I can see the format of date like 06/25/2021.

Is there a way to change the date formats in the backend DB ? We are using SQL DB and have recently upgraded it.

 

The data is ingested directly from MS dynamics. We have set the regional settings as "Australia" in the deployment wizard.

 

Any help would be appreciated.

 

Thanks,

Ishani

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Craig_Thonis

Hi Ishani,

 

I would check out the forum post below if you are looking to change the date/time within a delivery or workflow:

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/date-format-change/td-p/364917

If you are looking to change the date/time fields permanently within the database, you'll need to directly modify the date/time on the database preference side (check out the documentation for your version of SQLServer). Additionally, you may need to alter the data being imported using the formatDate function on the data import.

 

 

 

 

1 reply

Craig_Thonis
Adobe Employee
Craig_ThonisAdobe EmployeeAccepted solution
Adobe Employee
November 4, 2022

Hi Ishani,

 

I would check out the forum post below if you are looking to change the date/time within a delivery or workflow:

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/date-format-change/td-p/364917

If you are looking to change the date/time fields permanently within the database, you'll need to directly modify the date/time on the database preference side (check out the documentation for your version of SQLServer). Additionally, you may need to alter the data being imported using the formatDate function on the data import.