daynum
daynum(d: date) 🡒 number, pure function
Returns the day of the month (1-31) for the date passed as an argument.
Example:
show summary "" a1a3 with
daynum(date(2020, 8, 1))
daynum(date(2020, 8, 15))
daynum(date(2020, 8, 31))
Returns the day of the month (1-31) for the date passed as an argument.
Example:
show summary "" a1a3 with
daynum(date(2020, 8, 1))
daynum(date(2020, 8, 15))
daynum(date(2020, 8, 31))