Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_datecat() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_DATECAT()

 DESCRIPTION

 The C_DATECAT() function concatenates a given month, day, and year
 returning the result as a date variable.

 SYNTAX

 C_DATECAT(month, day, year)

 PARAMETERS

 month (N/C) is the month portion of the date specified as either a
 numeric or a character string.

 day (N/C) is the day portion of the date specified as either a
 numeric or a character string.

 year (N/C) is the year portion of the date specified as either a
 numeric or a character string.

 RETURNS

 C_DATECAT() returns a date variable of the given month, day, and year.

 EXAMPLES

 ? c_datecat(1,1,90)        --> 01/01/90   && Date variable
 ? c_datecat(12,31,1989)    --> 12/31/89   && Date variable
 ? c_datecat("01","1","90") --> 01/01/90   && Date variable


See Also: C_DATESCAT() C_ISLEAP()

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