Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

CMONTH()

Return the name of the month.
---------------------------------------------------------------------------------

 Syntax

        CMONTH(<dDate>)  --> cMonth  

 Arguments

        <dDate>    Any date expression.    

 Returns

        <cMonth>    The current month name    

 Description

      This function returns the name of the month (January,February,etc.)
      from a date expression <dDate> passed to it.  If a NULL date is
      passed to the function, the value of the function  will be a NULL
      byte.

 Examples

      ? CMONTH(DATE())
      if CMONTH(DATE()+10) =="March"
         ? "Have you done your system BACKUP?"
      Endif

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant

 Platforms

      All

 Files

      Library is rtl



See Also: CDOW() DATE() MONTH() YEAR() DOW() DTOC()

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