diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc index 00ce0bb4f3..e894a1253a 100644 --- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc +++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc @@ -190,8 +190,12 @@ Language supports four different data types: - *String*: A String is a sequence of characters that can consist of numbers, letters, white space, and special characters. - *Number*: A Number is an integer comprised of one or more digits (`0` through `9`). The Expression Language - does not provide support for fractional numbers. Dates and times are represented in the - Expression Language as Numbers, representing the number of milliseconds since midnight GMT on January 1, 1970. + does not provide support for fractional numbers. When converting to numbers from Date data types, they are represented as + the number of milliseconds since midnight GMT on January 1, 1970. +- *Date*: A Date is an object that holds a Date and Time. Utilizing the <> and <> functions this data + type can be converted to/from Strings and numbers. If the whole Expression Language expression is evaluated to be a + date then it will be converted to a String with the format: " ::