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.