Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>eom()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EOM()
 Determines the date for the last day of a month
------------------------------------------------------------------------------
 Syntax

     EOM([<dDate>]) --> dEndOfMonth

 Argument

     <dDate>  Designates the date for which the last day of the month it
     lies in, is calulated.  The default is the system date.

 Returns

     EOM() returns the date of the last day of the month in <dDate>.

 Description

     EOM() determines the last day of the month in which <dDate> lies.  It
     also allows you to calculate how many days remain until the end of the
     month.

 Notes

     .  If no date is specified, the function automatically uses the
        system date.  An empty date parameter will always return an empty
        date.

     .  Unlike LASTDAYOM(), EOM() does not return a numeric value (the
        number of days in the month), but another date.

 Example

     Display the remaining days in the current month:

     ? EOM() - DATE()


See Also: BOM() BOQ() EOQ() BOY() EOY() LASTDAYOM()

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