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