|
Alan,
But that would only work in the case of a date less than 10/1/xxxx
wouldn't it? I need it to work in BOTH cases.
Does SQL have any date functions that I can convert the numeric to a
date, then strip out the year?
On Wed, Jul 6, 2011 at 4:39 PM, Alan Campin <alan0307d@xxxxxxxxx> wrote:
iDate makes that simple which is what I recommend.(What happens tommorrowif
you need the month and year) or you can use the RIGHT and CHAR functionsto
get out the year.list
Select DIGITS(RIGHT(CHAR(field80),4))
On Wed, Jul 6, 2011 at 3:20 PM, Bradley Stone <bvstone@xxxxxxxxx> wrote:
Clarification (which I tried to do before).
Date is stored 8,0P. Format is MMDDCCYY
Jan 1, 2011 is stored as
1012011
Oct 10, 2011 is stored as
10102011
Does this help? :)
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
listTo post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.