unbigdatetime()

Scalar. Converts a given string into a bigdatetime value.

Syntax

unbigdatetime ( string )

Parameters

string

A string representing a bigdatetime value.

Usage

Converts a given string into a bigdatetime value. The function takes a string as its argument, and the function returns a bigdatetime.

Example

unbigdatetime ('2003-06-14 13:15:00:232323') returns 2003-06-14 13:15:00:232323 .