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

BONM( [ dDate[, lRolback ]] )

Purpose

Determines the beginning of the month following the month of dDate.

Arguments

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

     lRollback -- if .T. and dDate specified is already the
                      beginning of the month, stay at that date, else
                      unconditionally go to beginning of next month.

Setup

None.

Example

     ? DATE()
     ? BONM()
     ? BONM( CTOD( "12/05/90" ) )          && 01/01/91
     ? BONM( CTOD( "12/01/90" ) )          && 01/01/91
     ? BONM( CTOD( "12/01/90" ), .T. )     && 12/01/90

Returns

The date of the beginning of the month following the month of dDate.

Side Effects

None.

Artful Calls

STD_DATE

Source File

AA_BONM.PRG

See Also: BOM() EOM()

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