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

 DESCRIPTION

 C_SMONTH() determines the month of a given date and returns it in
 the format "MM" as a character string.

 SYNTAX

 C_SMONTH(date)

 PARAMETERS

 date (D) is the date variable.

 RETURNS

 C_SMONTH() returns a character string containing the month portion
 of a date in the format "MM".

 EXAMPLES

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

 ? c_smonth(date1) --> "01"     && Return months as strings
 ? c_smonth(date2) --> "12"


See Also: C_SDAY() C_SYEAR() C_SYY()

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