On Sat, 14 Sep 2013 08:27:53 -0500, Joel C. Ewing <[email protected]> wrote:
>Just to be precise, the ISO standard for dates is more than just order. > If punctuation is used, the standard requires "-", not "/", as in: >yyyy-mm-dd > Good catch. I changed my IPLINFO exec years ago to use the ISO 8601 standard for all dates in the various displays. But it can be changed to US or EU format easily by changing one line of code near the front of the exec. /*********************************************************************/ DATEFMT = 'ISO' /* ISO 8601 format YYYY-MM-DD (new default) */ /* DATEFMT = 'USA' */ /* USA format MM/DD/YYYY (original format) */ /* DATEFMT = 'EUR' */ /* EUR format DD/MM/YYYY */ /*********************************************************************/ -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:[email protected] ITIL v3 Foundation Certified Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html Systems Programming expert at http://search390.techtarget.com/ateExperts/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
