...

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

User Contributed Notes
0 notes + add a note