$minute
The$minute operator extracts the minute component from a date object (0-59).
Input
- A single date object
Output
- The minute component of the date as an integer (0-59)
Examples
Extract Minute from Date
30
$minute operator extracts the minute component from a date object (0-59).
30