apoc.date.toISO8601

Function

apoc.date.toISO8601(12345,('ms|s|m|h|d') return string representation of time in ISO8601 format

Signature

apoc.date.toISO8601(time :: INTEGER?, unit = ms :: STRING?) :: (STRING?)

Input parameters

Name Type Default

time

INTEGER?

null

unit

STRING?

ms