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




LinkBack URL
About LinkBacks








Bookmarks