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