554 B
554 B
title | description | aliases | menu | weight | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
date.hour() function | The `date.hour()` function returns the hour of a specified time. Results range from `[0-23]`. |
|
|
301 |
The date.hour()
function returns the hour of a specified time.
Results range from [0-23]
.
Function type: Transformation
import "date"
date.hour(t: 2019-07-17T12:05:21.012Z)
// Returns 12
Parameters
t
The time to operate on.
Data type: Time