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


Syntax:        L_LASTDAY(<expD>)


Purpose:       To determine the last day of the month for a given
               date.


Arguments:     <expD> is the date for which the last day of the month
               will be determined.


Returns:       A Clipper date.


Examples:      ? L_LASTDAY(CTOD("01/01/89")     && Result 31/01/89
               ? L_LASTDAY(CTOD("01/02/88")     && Result 29/02/88


Language:      Clipper

See Also: L_EOFW() L_EOFQTR()

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