Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

EOW( [ dDate ] )

Purpose

Return the date of the Friday of the week of dDate.

Arguments

     dDate -- date from which to calculate; defaults
to today

Setup

None.

Example

     ? DATE()
     ? EOW()
     ? EOW( CTOD( "11/08/90" ) )  && Returns: 11/09/90
     ? EOW( CTOD( "11/09/90" ) )  && Returns: 11/09/90
     ? EOW( CTOD( "11/10/90" ) )  && Returns: 11/09/90
     ? EOW( CTOD( "11/11/90" ) )  && Returns: 11/09/90
     ? EOW( CTOD( "11/12/90" ) )  && Returns: 11/16/90

Returns

The date of the Friday in the week of dDate.

Side Effects

None.

Artful Calls

BONM

Source File

AA_EOW.PRG

See Also: BOW() WOY()

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