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