Skip to main content
Version: Streamsheets 3.0

EXCEL.TO.JSONTIME

Converts a serial date to an ISO 8601 date of following format: YYYY-MM-DDThh:mm:ss.sssZ A serial date is recognizes as a date by Streamsheets. You can get a serial date by using NOW().

Syntax

=EXCEL.TO.JSONTIME(Number)

Arguments

NameTypeDescription
NumberNumberA serial number, which contains a complete date representation.

Return

TypeDescription
StringAn ISO 8601 date string.

Examples

FormulaResultComment
=EXCEL.TO.JSONTIME(15453.767864710648)
2012-04-23T18:25:43.511ZThe given serial number represents the 23th of April, 2012, 18:24.