undate()

Scalar. Converts a given string into a date value.

Syntax

undate ( string )

Parameters

string

A string representing a date value.

Usage

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

Example

undate ('2003-06-14 13:15:00') returns 2003-06-14 13:15:0 .