Last updated 5 months ago
The DAY function extracts the day from an input date. The input date should be in MM/DD/YYYY format. Node references are also accepted as arguments.
day(date)
date - The date which is passed as input to the function.
Date
DAY('8/2/2023')
Returns 2.