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

 DESCRIPTION

 C_SDAY() determines the day of a given date and returns it in the
 format "DD" as a character string.

 SYNTAX

 C_SDAY(date)

 PARAMETERS

 date (D) is the date variable.

 RETURNS

 C_SDAY() returns a character string containing the day portion of a
 date in the format "DD".

 EXAMPLES

 date1 = ctod("01/01/90")   && Convert to date variables
 date2 = ctod("12/31/90")

 ? c_sday(date1) --> "01"   && Return day as a character string
 ? c_sday(date2) --> "31"


See Also: C_SMONTH() C_SYEAR() C_SYY()

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