We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cbb33 commit fa19435Copy full SHA for fa19435
articles/azure-resource-manager/templates/template-functions-date.md
@@ -2,7 +2,7 @@
2
title: Template functions - date
3
description: Describes the functions to use in an Azure Resource Manager template to work with dates.
4
ms.topic: conceptual
5
-ms.date: 04/06/2020
+ms.date: 04/22/2020
6
---
7
# Date functions for ARM templates
8
@@ -15,7 +15,7 @@ Resource Manager provides the following functions for working with dates in your
15
16
`dateTimeAdd(base, duration, [format])`
17
18
-Adds a time duration to a base datetime value.
+Adds a time duration to a base value. ISO 8601 format is expected.
19
20
### Parameters
21
0 commit comments