Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>wom()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WOM()

Syntax:     WOM([<expD>])

Arguments:  <expD> denotes the date for which the week of the month in
            which it lies is to be calculated.

Returns:    A numeric value.
            The number denotes the week within a month containing the
            date <expD>.

Usage:      WOM() can be used to locate the week in which a specified
            day falls.

Notes:      The function will default to the system date if no argument is
            passed.  A null date will return 0.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   ? "We shall deliver in the " + STR(WOM(date));
              + "week in August."



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