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