[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Need help Datefield Retrieval like this mmddyyyy
- Subject: Re: Need help Datefield Retrieval like this mmddyyyy
- From: Anthony Leung-New York <ALeung@RUSSREYN.COM>
- Date: Wed, 23 Sep 1998 16:54:51 -0400
Move your field into a string variable with the following edit mast
MM|DD|YYYY. The pipe sign is a must for concatination.
For example: (Assuming your date field is start_date and the string
variable name is $date_string)
move &start_date to $date_string edit MM|DD|YYYY
>-----Original Message-----
>From: Dominick Logiudice [SMTP:dlogiudice@PINE.VPCC.SUNYSB.EDU]
>Sent: Wednesday, September 23, 1998 12:07 PM
>To: Multiple recipients of list SQR-USERS
>Subject: Need help Datefield Retrieval like this mmddyyyy
>
>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