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_datescat() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_DATESCAT()

 DESCRIPTION

 The C_DATESCAT() function concatenates a given month, day, and year
 returning the result as a character string.

 SYNTAX

 C_DATESCAT(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_DATESCAT() returns a character string of the given month, day, and year.

 EXAMPLES

 ? c_datescat(1,1,90)        --> "01/01/90"     && Character string
 ? c_datescat(12,31,1989)    --> "12/31/89"     && Character string
 ? c_datescat("01","1","90") --> "01/01/90"     && Character string


See Also: C_DATECAT() C_ISLEAP()

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