STOD()

From Lianjapedia
Revision as of 13:33, 7 December 2009 by Helengeorge (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to perform string to date conversion


Syntax

STOD(<expC>)


See Also

CTOD(), DTOS(), SET CENTURY


Description

The STOD() function converts the character expression <expC>, in the format "YYYYMMDD", to a date. This function needs the century included in the character string even if SET CENTURY is OFF.


Example

? dtos(date())
20001015
store dtos(date()) to mDate
? mDate
20001015
? type("mDate")
D


Products

Recital, Recital Server