List of questions
Related questions
Question 34 - Certified Marketing Cloud Developer discussion
A developer wants to transform the date and time 'Data_Enrolled' from Daylight Savings time. How would the developer change the time to fall back one hour?
A.
%%=DataAdd(Date_Enrolled,-1)=%%
B.
%%=DateAdd(Date_Enrolled,-1 'H')=%%
C.
%%=DateDiff(Date_Enrolled, 1, 'H')=%%
D.
%%=FormatDate(Date_Enrolled,-1,'HH','en-us')=%%
Your answer:
0 comments
Sorted by
Leave a comment first