Results 1 to 2 of 2

Please help. change DOB format for 10-digit social security

This is a discussion on Please help. change DOB format for 10-digit social security within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; My site will be in Icelandic (as main languague) and I need to use social security numbers instead of only ...

      
  1. #1
    New Member
    Join Date
    Aug 2006
    Posts
    11
    Rep Power
    0


    Default Please help. change DOB format for 10-digit social security

    My site will be in Icelandic (as main languague) and I need to use social security numbers instead of only the "Date of Birth" in create_account. These are always 10-digits like, "DDMMYYCCCC" (C for numbers 0-9). So (after some investigation), I think I at least need to modify the following line in the icelandic.php file (same as english.php) somehow:

    / text for date of birth example
    define('DOB_FORMAT_STRING', 'mm/dd/yyyy');

    to displaying something like:

    / text for date of birth example
    define('DOB_FORMAT_STRING', 'mmddyycccc');

    Does anyone know how to do this, please?

    Thanks, oling

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default RE: Please help. change DOB format for 10-digit social secur

    First off all it will not work with 'cccc' AT ALL as it will not reconize it as a date. This is a DATE field not a text field. You would be better off following all the DOB variable and ADD a text feild to all files.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

Similar Threads

  1. FAQDesk, Change date format??
    By HollyRidge in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 09-28-2005, 03:50 PM
  2. Want to change the list of products format to something else
    By TheBestStoreInTheWorld in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-03-2003, 01:24 AM
  3. DOB format
    By messias in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-27-2003, 05:02 PM
  4. Change date format
    By don in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 01-31-2003, 07:03 PM
  5. Date format
    By killermonkey in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 01-24-2003, 02:07 AM

Bookmarks

Posting Permissions

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