Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Latest commit

 

History

History
44 lines (25 loc) · 1.02 KB

File metadata and controls

44 lines (25 loc) · 1.02 KB

$time / %24time / format_arrays

Interface: format_arrays

$time.format_arrays

Exported as formats.

Internal object holding predefined formating arguments for getFormatObject.

format_arrays.YYYYMMDD=== [ ["year", "numeric"], [ "text", "-" ], ["month", "2-digit"], [ "text", "-" ], ["day", "2-digit"] ]

Table of contents

Properties

Properties

SQL

SQL: ArrayOfOperations

Generate format of "YYYY-MM-DD HH:mm:ss"


SQL_DATE

SQL_DATE: ArrayOfOperations

Generate format of "YYYY-MM-DD"


SQL_TIME

SQL_TIME: ArrayOfOperations

Generate format of "HH:mm:ss"