busyfingers Posted March 25, 2009 Share Posted March 25, 2009 How do you change it from this format : Your Personal Details * Required information Gender: Male Female * First Name: * Last Name: * Date of Birth: * (eg. 05/21/1970) E-Mail Address: * Company Details Company Name: Your Address Street Address: * Suburb: Post Code: * City: * State/Province: * Country: * Your Contact Information Telephone Number: * Fax Number: Options Newsletter: Your Password Password: * Password Confirmation: * To This: Your Personal Details * Required information Gender: Male Female * First Name: * Last Name: * Date of Birth: * (eg. 21/05/1970) E-Mail Address: * Company Details Company Name: Your Address Street Address: * Suburb: Post Code: * City: * County: * Country: * Your Contact Information Telephone Number: * Fax Number: Options Newsletter: Your Password Password: * Password Confirmation: * Link to comment Share on other sites More sharing options...
♥joli1811 Posted March 26, 2009 Share Posted March 26, 2009 Hi, As far as I remember I changed in include/languages/your language.php at the very top the define date format to define('DATE_FORMAT_SHORT', '%d/%m/%Y'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'd/m/Y'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); John Oh nearly forgot the State/Province you should be able to disable in admin under customer details just set to false. To improve is to change; to be perfect is to change often. Link to comment Share on other sites More sharing options...
busyfingers Posted March 26, 2009 Author Share Posted March 26, 2009 Thanks mate ur help is apprieciated. Thats sorted it. but any ideas how to change this? Gender: Male Female * First Name: * Last Name: * Date of Birth: * (eg. 05/21/1970) E-Mail Address: * To this: Gender: Male Female * First Name: * Last Name: * Date of Birth: * (eg. DD/MM/YYYY) E-Mail Address: * Many Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.