Nintex for Office 365 Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
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
Solved! Go to Solution.
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)