Script functions reference > Script functions in alphabetical order > O > OdbcDate2Time

OdbcDate2Time
Syntax
OdbcDate2Time(str_date_time);
str_date_time 
Description
Extracts the time from a date and time string in the following format:
date time
Returns
time
Example
A column of the smalldatetime SQL data type could be returned from the data source as:
2002-01-01 15:48:00
In this case, OdbcDate2Date would return:
15:48:00
OpenText StreamServe 5.6 Updated: 2013-03-01