Skip to content

Commit c77dd48

Browse files
Merge pull request #219084 from cmmdesai/patch-11
NumFromDate function update
2 parents c27d0e7 + fe2eaa4 commit c77dd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/functions-for-customizing-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ The NumFromDate function converts a DateTime value to Active Directory format th
737737

738738
| Name | Required/ Repeating | Type | Notes |
739739
| --- | --- | --- | --- |
740-
| **value** |Required | String | Date time string in the supported format. For supported formats, see https://msdn.microsoft.com/library/8kb3ddd4%28v=vs.110%29.aspx. |
740+
| **value** |Required | String | Date time string in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the date variable is in a different format, use [FormatDateTime](#formatdatetime) function to convert the date to ISO 8601 format. |
741741

742742
**Example:**
743743
* Workday example

0 commit comments

Comments
 (0)