Skip to content
  • Rob Swindell's avatar
    Update user birthdate formats in user base · a8167fb7
    Rob Swindell authored
    i.e. from MM/DD/YY or DD/MM/YY to YYYYMMDD.
    
    The C/C++ source still supports all 3 formats, so it's not terrible if the
    birthdates aren't converted, but thing will be better if we do this ahead
    of time and find all the remaining issues with the new format rather than
    wait for new users (with the new format) to trickle in.
    a8167fb7