apoc.temporal

Qualified Name Type

apoc.temporal.format(temporal Any, format String) - formats the given temporal value into the given time format.

Function

apoc.temporal.formatDuration(input Any, format String) - formats the given duration into the given time format.

Function

apoc.temporal.toZonedTemporal(time String, format String, timezone String) - parses the given date string using the specified format into the given time zone.

Function