FT_STOD

FT_STOD()
 Convert a date string to a Clipper date data type

 Syntax

      FT_STOD( <cDateStr> ) -> dDateType

 Arguments

     <cDateStr> is a Clipper string in the format "CCYYMMDD".

 Returns

     A Clipper date type.

 Description

     This function allows the programmer to hard code a date into the
     program without knowing what the current date type is.  This
     function is the converse of the Clipper DTOS() function.

 Examples

     LOCAL dMyDate
     dMyDate := FT_STOD( "19901127" )

 Source: STOD.C

 Author: Clayton Neff

 

2 responses to “FT_STOD

  1. Pingback: FT Functions | Viva Clipper !

  2. Pingback: FT Conversion | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.