$day
The$day operator extracts the day component from a date object (1-31).
Input
- A single date object
Output
- The day component of the date as an integer (1-31)
Examples
Extract Day from Date
15
$day operator extracts the day component from a date object (1-31).
15