Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Cyyyb1990
Cyyyb1990
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Cyyyb1990
Customize the badges you want to showcase on your profile
Re: Using DayofWeek in a workflow within a "Test" preposition (True or False) - Adobe Campaign Standard 24-01-2017
If I understood your question correctly then you are looking the way to get the day of week in js.// get the last modified date and pass that to the following function. //this will return a number XtkLibrary.WeekDay(date); if this is not available in your js(despite of loading correct dependency) then you can use following:WeekDay: function(ts) { if( ts === null ) return null; var date = new Date(ts); var res = date.getDay(); // JS is 0 for Sunday, whereas funclist is 0 for Monday if( res == 0 )...

Views

708

Like

1

Replies

0
Likes from