Skip to content

Commit 0488379

Browse files
authored
Merge pull request #113352 from lauradolan/dayOfWeek
Correct dayOfWeek function's returned result
2 parents 8ac01da + 13e3c3b commit 0488379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: jonfan, logicappspm
77
ms.topic: conceptual
8-
ms.date: 04/23/2020
8+
ms.date: 04/30/2020
99
---
1010

1111
# Reference guide to using functions in expressions for Azure Logic Apps and Power Automate
@@ -1624,7 +1624,7 @@ This example returns the number for the day of the week from this timestamp:
16241624
dayOfWeek('2018-03-15T13:27:36Z')
16251625
```
16261626

1627-
And returns this result: `3`
1627+
And returns this result: `4`
16281628

16291629
<a name="dayOfYear"></a>
16301630

0 commit comments

Comments
 (0)