Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing DOB from MM/DD/YYY to DD/MM/YYYY


Guest

Recommended Posts

Posted

When a customer sets up an account they have to put in their DOB in the format MM/DD/YYYY. How do I change this to DD/MM/YYYY?

 

Thanks

Posted

I believe you will find this in catalog/includes/language/english.php

 

least thats where I made the changes

Born - Scotland

Location - Kent, England

Job - hunting for one

Posted
I believe you will find this in catalog/includes/language/english.php

 

least thats where I made the changes

 

 

I tried messing around with this page but still doesn't work. What exactly do you change on this page?

 

Thanks...

Posted

These are the ones I changed, they were mm/dd/yyyy so I changed them to below and it worked fine for me

 

 

// text for date of birth example

define('DOB_FORMAT_STRING', 'dd/mm/yyyy');

 

define('DATE_FORMAT', 'd/m/Y'); // this is used for date()

Born - Scotland

Location - Kent, England

Job - hunting for one

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...