[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Need help Datefield Retrieval like this mmddyyyy -Reply
- Subject: Need help Datefield Retrieval like this mmddyyyy -Reply
- From: Mark Kraft <kraftm@GUNET.GEORGETOWN.EDU>
- Date: Wed, 23 Sep 1998 16:56:00 -0500
move '' to $ddelimiter
do format-datetime($start_date, $out_date, {defmdy}, '', '')
this will remove the delimiter and place the date in the proper format
Mark Kraft
kraftm@gunet.georgetown.edu
>>> Dominick Logiudice <dlogiudice@PINE.VPCC.SUNYSB.EDU> 09/23/98
11:06am >>>
Say I have a field called start date on a oracle db
I want to retrieve in like this mmddyyyy
How would I do this with sqr
Thanks