Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.01 KB

File metadata and controls

67 lines (55 loc) · 2.01 KB

Function: 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

Related