$hour
The$hour operator extracts the hour component from a date object (0-23).
Input
- A single date object
Output
- The hour component of the date as an integer (0-23)
Examples
Extract Hour from Date
10
$hour operator extracts the hour component from a date object (0-23).
10