× 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.



Yes, mmddyy is already of data type. The output would be decimal(7,0).
Thanks for clarifying that Julian is YYYYDDD. CYYMMDD must be Mayan.

I created a date2as400 function with the below code.... works ok.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of CRPence
Sent: Tuesday, December 08, 2009 11:54 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Date Conversion function

Again, strange that ibm would not know the answer ;-)

If SOME_DATE represents the MMDDYY, then the MMDDYY is already a
date data type.? If not date data type, then what is the input type
for the noted conversion? Is the inquiry about presentation only,
possibly even irrespective of type? If type is important, then what
is the output type for the noted conversion?

Also FWiW "Julian" is not IME described by CYYMMDD, instead by
either YYYYDDD or YYDDD.

Regards, Chuck

ibm wrote:
I can always do this:
-- CONVERT MMDDYY TO CYYMMDD
SET JULIAN = ( YEAR ( SOME_DATE ) - 1900 ) * 10000
+ ( MONTH ( SOME_DATE ) * 100 )
+ DAY ( SOME_DATE ) ;

ibm wrote:

Sorry,,, SQL (stored procedure).

Tommy Holden wrote:

in what language?

in CL use CVTDAT, in RPG just move the data into a Date field.

ibm wrote:

Is there a built-in function to convert MMDDYY to CYYMMDD?


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.