This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new ca14956 Update calculator.adoc
new ff6181f Merge pull request #790 from Michele100/patch-1
ca14956 is described below
commit ca14956a3329998b6cd1b563c3a13f352edb015d
Author: Michele <[email protected]>
AuthorDate: Mon May 3 20:28:20 2021 +0100
Update calculator.adoc
Added which day of the week correspond to the number for the "Day of week
of date A"
---
.../modules/ROOT/pages/pipeline/transforms/calculator.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/calculator.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/calculator.adoc
index b349bcf..8e61734 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/calculator.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/calculator.adoc
@@ -59,7 +59,7 @@ Note: Only integer values for B are supported. If you need
non-integer calculati
|Month of date A|Calculate number the month of date A.
|Day of year of date|A Calculate the day of year (1-365).
|Day of month of date A|Calculate the day of month (1-31).
-|Day of week of date A|Calculate the day of week (1-7).
+|Day of week of date A|Calculate the day of week (1-7). 1 is Sunday, 2 is
Monday, etc.
|Week of year of date A|Calculate the week of year (1-54).
|ISO8601 Week of year of date A|Calculate the week of the year ISO8601 style
(1-53).
|ISO8601 Year of date A|Calculate the year ISO8601 style.