Solved

How to get the day of week?

  • 24 July 2015
  • 2 replies
  • 77 views

Badge +1

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

icon

Best answer by fhunth 26 July 2015, 04:15

View original

2 replies

Userlevel 6
Badge +16

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

Badge +2

Hi, 

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

Reply