+ Reply to Thread
Results 1 to 5 of 5

Thread: Date conversion

  1. #1
    Guest.Visitor Guest

    Default Date conversion

    A customer supplies data to me. A date field is 4 pos numeric (Julian date with only 1st pos representing the year). Problems occur every 10 years. Has anyone encountered this? Any suggestions will be appreciated. Thanks Larry Swain

  2. #2
    Guest.Visitor Guest

    Default Date conversion

    Larry, what do the 1-digit years mean today (Jan 2001)? When will the problem occur again, and after you fix the problem, what will they mean then?

  3. #3

    Default Date conversion

    Using a one-byte year field is common in the automotive industry. You will have to write a conversion program which will append the appropriate decade. From there you can move the field to a date data type. Dave

  4. #4
    Guest.Visitor Guest

    Default Date conversion

    Yes, I encountered it in 1950 in a punched card insurance system. bobh

  5. #5
    Guest.Visitor Guest

    Default Date conversion

    of slightly less antiquity, I converted a 'tab' application which had single digit years, but had been modified in 1960 to use the zone field to indicate the decade .. i.e. no zone 5x, A zone 6x, B zone 7x, and AB zone 8x ...

+ Reply to Thread

Similar Threads

  1. RPG III Date Conversion
    By Guest.Visitor in forum RPG
    Replies: 6
    Last Post: 06-21-2007, 01:08 PM
  2. Date Format Conversion.
    By Guest.Visitor in forum RPG
    Replies: 4
    Last Post: 06-24-2003, 09:48 AM
  3. Date conversion error
    By wjminc in forum Programming
    Replies: 3
    Last Post: 12-26-1999, 05:09 PM
  4. Date Conversion
    By Guest.Visitor in forum Hardware
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts