
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>disp_date()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
disp_date()
Syntax: disp_date(<expD1>)
Purpose: Display date as text string
Arguments: <expD1> any valid clipper date
Returns: NIL
Library: TC_SYS.LIB
----------------------------------- Example ----------------------------------
dDate := ctod("01/01/94")
qout( disp_date(dDate) )
output would be => Tuesday, January 1st 1994
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson