Navigation :
Envision Tutorials
Envision Explanation
Envision How-To Guides
Lokad Platform
Envision Reference
- Glossary
- Platform overview
- List of icons
-
_
-
A-B-C
-
D-E-F
-- dash
-- dashUrl
-- date
-- Date & time format
-- Day
-- dayNum
-- def
-- default
-- delete
-- desc
-- dirac
-- diracz
-- dispersion
-- distinct
-- distinctapprox
-- downloadUrl
-- each
-- else
-- embedding
-- emptySet
-- encoding
-- endsWith
-- entropy
-- enum
-- escape
-- escapelike
-- exp
-- expect
-- exponential
-- export
-- expsmooth
-- extend.billOfMaterials
-- extend.range
-- extend.ranvar
-- extend.split
-- fail
-- false
-- field
-- fieldCount
-- fieldr
-- fifo
-- file
-- Files
-- fileUrl
-- fillrate
-- first
-- flag
-- flagset
-- floor
-- folderUrl
-- for
-- forex
-- form
-- format
-- function calls
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-
S-T-U
-
V-W-X
-
Y-Z
Envision Gallery
Envision Specifications
Envision Language
Legacy
dayNum
dayNum, function
def const pure dayNum(d: date): number
Returns the day of month for d, in the range 1 to 31.
Examples
table T = with
[| as D |]
[| date(2020, 8, 1) |]
[| date(2020, 8, 15) |]
[| date(2020, 8, 31) |]
show table "Day numbers" with
T.D
dayNum(T.D) as "Day"
This produces the following table:
D
Day
2020-08-01
1
2020-08-15
15
2020-08-31
31
See also