Date and Time

unixTime(maxTimestamp)

Output Type: Integer

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

{
    "unixTime": "unixTime"
}

iso8601(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

{
    "iso8601": "iso8601"
}

date(dateFormat, maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

dateFormat

String

"Y-m-d"

Any supported Date and Time Formats. Eg. "m.d.Y" | "m-d-Y" | "l jS \of F Y h:i:s A"

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

time(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

amPm(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

dayOfMonth(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

dayOfWeek(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

month(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

monthName(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

year(maxTimestamp)

Output Type: String

Argument

Type

Default

Valid Values

maxTimestamp

String

"now"

Any supported Date and Time Formats. Eg: '2008-04-25 08:37:17' | 'yesterday' | 'thursday' | '+5 weeks'

century

Output Type: String

timezone

Output Type: String

Last updated

Was this helpful?