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

BOW( [ dDate ] )

Purpose

Determine the date of the Monday of the week of dDate.

Arguments

     dDate -- date on which to base calculation; defaults to today

Setup

None.

Example

     ? DATE()
     ? BOW()
     ? BOW( CTOD( "11/04/90" ) ) && Returns: 10/29/90
     ? BOW( CTOD( "11/05/90" ) ) && Returns: 11/05/90
     ? BOW( CTOD( "11/06/90" ) ) && Returns: 11/05/90

Returns

The date of the Monday in the week of dDate.

Side Effects

None.

Artful Calls

STD_DATE, DOW

Source File

AA_BOW.PRG

See Also: EOW()

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