For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateODBCTime

Creates a DateTime object with the format set to ODBC Implicit format

Method Signature

CreateODBCTime(date=[any], timezone=[string])

Arguments

Argument
Type
Required
Description
Default

date

any

true

The date string or object

timezone

string

false

An optional timezone to apply

Examples

Last updated

Was this helpful?