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.
2 parents 69cbb33 + fa19435 commit 2ad278cCopy full SHA for 2ad278c
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