× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Date conversion technique in QUERY
  • From: "Bartrug, James" <JBartrug@xxxxxxxxxx>
  • Date: Tue, 9 Feb 1999 13:29:22 -0600

Carl,

On the define result fields screen in the query definition.  The field from
the database is YYMMDD and the result is MMDDYY to print on the report.
This works nicely.  

 Field       Expression                        
 DATEC       digits(YYMMDD)                    
                                             
 MMDDYY      substr(datec,3,2)||substr(datec,5 
             ,2)||substr(datec,1,2)            
                                              

James Bartrug 
TSSI
jbartrug@tssint.com


-----Original Message-----
From: Carl Galgano [mailto:cgalgano@ediconsulting.com]
Sent: Tuesday, February 09, 1999 5:44 AM
To: Midrange List
Subject: Date conversion technique in QUERY


anyone have a quick and dirty way to convert a date (6,0) in a YYMMDD format
to a MMDDYY format for printing in a Query?  I know I can multiply by
100.0001, however Query thinks it knows better and won't let you chop off
the left most 2 significant digits, which makes this technique not work.  (I
get the dreaded +++++++++ as the output for this field).
Surely someone has solved this little problem.
TIA,
Carl
Carl Galgano
EDI Consulting Services, Inc.
540 Powder Springs Street
Suite C19
Marietta, GA  30064
770-422-2995
mailto: cgalgano@ediconsulting.com
http://www.ediconsulting.com
EDI, Communications and AS400 Technical Consulting

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.