×
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.
I have posted a new version of iDate, my SQL user defined function to
convert dates to date data types from iSeries type dates.
I, also, added a new function called ConvertToIDate. This is probably
not something people will use a lot but I had a need and added it.
ConvertToIDate takes a Date Data Type and converts it to a iSeries type
of date. Specifically, the value is returned as integer field in the
format requested.
Assume your default date format of *CCYMD.
Select ConvertToIDate(Date_Field) From YourFile
You get back 20070524.
Or
Select ConvertToIDate(Date_Field,'*MDY') From YourFile
You get back 052407.
Also, a bug fix with a character date that was blank.
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.