Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>islastday() - check if date is the last day of month</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     islastday() - check if date is the last day of month
  Usage:    <logical> = islastday(<date>)
  Params:   date type variable
  Returns:  logical .T. if the date is the last day of the month,
            .F. if not, or invalid date.

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

                 if (islastday(date()))
                      do CLOSOUT
                 else
                      do NORMAL
                 endif


See Also: isleap() num2day() num2month() lastday()

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