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


Syntax:        L_DTON(<expD>)


Purpose:       To convert a date into a positive integer of type
               yyyymmdd.


Arguments:     <expD> is the date to be converted into the above
               format.


Returns:       A positive integer in the above format.


Usage:         For specialist date manipulation requirements.


Examples:      ? L_DTON(CTOD("01/01/89"))   && Result: 19890101


Language:      Clipper

See Also: L_STOD()

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