day
Day-of-month component of a date (1–31).
Syntax
Section titled “Syntax”v = day(serial_number)Description
Section titled “Description”Returns the day-of-month from the date.
Example
Section titled “Example”day(date(2026, 4, 28)) % 28Day-of-month component of a date (1–31).
v = day(serial_number)Returns the day-of-month from the date.
day(date(2026, 4, 28)) % 28