OllieA Posted July 31, 2008 Posted July 31, 2008 Hi This is a very simple problem that hopefully someone can assist me with. I know it may seem trivial to some but I've been testing and checking my work for hours and just can't get it to work. I want to change the dates to the English version e.g. dd/mm/yyyy. I have looked at the basic instructions and made the required amendments to the two files as suggested. But i still get an error when trying to input a DOB with dd/mm/yyyy. When i input mm/dd/yyyy it works ----Is there something else I should be doing extra to the two files in the basic instructions? As someone suggested i even tried the part of the spanish code which have the dates the same way and the UK. Also I think there is a UK version of osCommerce, well I saw it in a previous thread but can't find my way back to it, if anyone can help me (and I have tried searching for it again) by providing a link to it I'd be grateful! thanks Ollie
spooks Posted July 31, 2008 Posted July 31, 2008 UK-Based osCommerce 2.2 http://addons.oscommerce.com/info/2816 & Pull down UK county list http://addons.oscommerce.com/info/5889 Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
OllieA Posted July 31, 2008 Author Posted July 31, 2008 Thanks for that - its appreciated, any thoughts on why the date format is not working? Ollie
♥geoffreywalton Posted July 31, 2008 Posted July 31, 2008 Probably because the dob format is not dependant on that in english.php account_edit.php if (ACCOUNT_DOB == 'true') { if (!checkdate(substr(tep_date_raw($dob), 4, 2), substr(tep_date_raw($dob), 6, 2), substr(tep_date_raw($dob), 0, 4))) { $error = true; Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
OllieA Posted August 4, 2008 Author Posted August 4, 2008 thanks again, the DOB is now working fine. ollie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.