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_taxyear()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_TAXYEAR()


Syntax:        L_TAXYEAR(<expD>)


Purpose:       To find the tax year for a given date.


Arguments:     <expD> is the date for which the tax year is to be
               determined.


Returns:       A two digit integer.


Usage:         For tax year based calculations.


Examples:      ? L_TAXYEAR(CTOD("01/04/88"))    && Result: 1987
               ? L_MTAXYEAR(CTOD("08/04/88"))   && Result: 1988

Language:      Clipper

See Also: L_MTAXYEAR()

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