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]

CDOW()

Converts a date to the day of week
---------------------------------------------------------------------------------

 Syntax

        CDOW(<dDate>)  --> cDay  

 Arguments

        <dDate>    Any date expression.    

 Returns

        <cDay>    The current day of week.    

 Description

      This function returns a character string of the day of the week,
      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

      ? CDOW(DATE())
      if CDOW(DATE()+10) =="SUNDAY"
         ? "This is a sunny day."
      Endif

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant.

 Platforms

      All

 Files

      Library is rtl



See Also: DAY() DOW() DATE() CMONTH()

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