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


Syntax:        L_NTOD(<expN1>,<expN2>,<expN3>)


Purpose:       To convert three numerics into a date.


Arguments:     <expN1> is the days.
               <expN2> is the months.
               <expN3> is the years.


Returns:       A Clipper date in the current SET DATE format.


Usage:         For date calculations and conversions


Examples:      ? L_NTOD(12,12,88)               && Result: 12/12/88
               ? L_NTOD(1,1,92)                 && Result: 01/01/92


Notes:         The input is treated as above regardless of the current
               SET DATE format.


Language:      Clipper

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