×
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.
On 28/07/2010, at 3:04 PM, Kirk Goins wrote:
Is there a way to tell the system to use '/' instead of '-' ina DATE
field?
It shouldn't actually matter to the end result. A DATE field is a DATE
field regardless of the format in which you provide the data. Using
'-' separators will give a valid date.
However, to answer your question:
STRSQL
F13=Services
1. Change session attributes
Date format . . . . . . . . . *ISO *JOB, *USA, *ISO,
*EUR, *JIS
*MDY, *DMY, *YMD, *JUL
Take your choice--although I doubt you'll get yyyy/mm/dd accepted
because that's a dumb (and unsupported) format. You can get mm/dd/yyyy
to work but that's also a dumb format--it just happens to be a
supported one.
Note that I'm presuming you're using Interactive SQL to do your
practice. If it's something else then you'd better say what you're
using.
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 2 6657 8251 Mobile: +61 0411 091 400 /"\
Fax: +61 2 6657 8251 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.