Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>stod()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
STOD()

Syntax:     STOD(<expC>)

Arguments:  <expC> is a string which contains a date in the ANSI format
            of YYMMDD.  This date is converted into Clipper's date
            format.

Returns:    A date value.
            STOD() returns the date corresponding to the <expC> string
            in the date format.

Usage:      STOD() can be used to convert an ANSII date produced by
            the DTOC() Clipper function back to the normal date format.

Notes:      A blank date is returned if the <expC> ANSI date is invalid.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   APPEND FROM examdate

            * Display of the ANSI date in normal form
            LIST STOD(AnsiDate)



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson