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

         Returns the last day of the month

    Syntax:

         LastDay ( dDate ) -> dLastDay

         dDate : The date wich month has to be treated

    Description:

         Returns the specified last day of the moth date in the date
         or the month in the systems date.

    Return:

         The date of the last day of the moth.

    Example:

         ? LastDay()                         // 31/03/93
         ? LastDay( cTod ( "22/01/92" ) )    // 31/01/92

See Also: FirstDay()

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