[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SToD()

         Converts a string to Clipper Date

    Syntax:

         SToD( cString ) -> dDate

         cString : The string to convert

    Description:

         Converts a string to Clipper date.

    Return:

         A date value.

    Example:

         dDate := SToD( "19902103" )
         ? DToS( dDate )                // DToS() is a standard Clipper func.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson