×
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, using CEEDAYS is required as I have a udf which can take any date
format value (so far, except for CYYDDD) and convert it to an ISO date. I'm
using CEEDAYS and CEEDATE to do that.
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Booth Martin
Sent: Tuesday, February 26, 2013 2:44 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: Re: Help with specific CEEDAYS
Is using CEEDAYS a requirement?
This works correctly and is one line of code:
TargetDate = %char(%date(CDAY: *CYMD0));
Date math is now quite simple.
http://www.martinvt.com/Code_Samples/Date_Math/date_math.html
On 2/26/2013 1:51 PM, Thomas Garvey wrote:
I'm trying to figure out the proper 'Picture String' to use with
CEEDAYS for a JD Edwards-type date format CYYDDD, where the C is a
zero for century 19, and 1 for century 20. I have tried ZYYDDD, but
it's returning a zero Lillian Day Number.
Any Ideas?
Thomas Garvey
--
Booth Martin
802-461-5349
http://www.martinvt.com
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.