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

 DESCRIPTION

 The C_EXPDATE() function takes a given date variable or a character
 date and returns the date in a specified expanded format.

 SYNTAX

 C_EXPDATE(date [,type])

 PARAMETERS

 date (D/C) is the date to expand to another format.  The date
 argument can be a date variable or a character string in a date
 format ("01/01/90").

 type (N) is the format type to expand the date.  If type is not
 specified, format type 1 is used.  The format types are as follows:

 TYPE   FORMAT
 ----   ------
 1      January 1, 1990
 2      January 1st, 1990
 3      Monday, January 1, 1990
 4      Monday, January 1st, 1990

 RETURNS

 C_EXPDATE() returns the expanded date as a character string.

 EXAMPLES

 d1 = ctod("01/01/90")

 ? c_expdate(d1)           --> January 1, 1990

 ? c_expdate("01/01/90",4) --> Monday, January 1st, 1990


See Also: C_DATECAT() C_DATESCAT()

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