From 23364f554c4b5b4de407ef6e96ad45ec41469cd8 Mon Sep 17 00:00:00 2001 From: jpercivall Date: Tue, 26 Jan 2016 17:11:27 -0500 Subject: [PATCH] NIFI-1078 Fixing the 'now' EL documentation Signed-off-by: Mark Payne --- .../asciidoc/expression-language-guide.adoc | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) 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: " ::