Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>str2date() convert a date string with the format yymmdd to date type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STR2DATE()  Convert a Date string with the format YYMMDD to DATE type

 Syntax....: STR2DATE( DateStr )
 Parameters: <expC>: DateStr = a date string of "YYMMDD"

 Returns...: <expD>: a date mvar (eg. 07/04/89)
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: newdate= STR2DATE( "890704" )          && Result: 07/04/89


See Also: STR2TIME DATE2STR TIME2STR FDATETIME

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