Skip to main content

I want to get the day of the week for a specific date.

Example:

Input = 7/24/2015

Output = Friday

 

Or much better like JavaScript getDay() method:

Sunday = 0

Monday = 1

Tuesday = 2

Wednesday = 3

Thursday = 4

Friday = 5

Saturday = 6

Take a look at this >>> How to get the day of week in Nintex Workflow


Hi, 

Can I get this data in the workflow? (for Office 365)


Reply