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

 DESCRIPTION

 C_SYEAR() determines the year of a given date and returns it in the
 format "YYYY" as a character string.

 SYNTAX

 C_SYEAR(date)

 PARAMETERS

 date (D) is the date variable.

 RETURNS

 C_SYEAR() returns a character string containing the year portion of
 a date in the format "YYYY".

 EXAMPLES

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

 ? c_syear(date1) --> "1990"   && Return year as string
 ? c_syear(date2) --> "1989"


See Also: C_SDAY() C_SMONTH() C_SYY()

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