It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Hi
is there anyway to display the date format as UK - dd/mm/yyyy?
Thanks
Comments
Yes I am writing a lot set of options because customers are from everywhere and tax rules, invoice layout are quite different
I will add en_US and en_UK. I have a guy trying to translate in U.K English. If you want to help it would be great
Great.
I don't speak any other languages so not sure if I can be of any help?
So you can fix the date format this way. Copy the language file application_lang.php (application/language/english/application_lang.php) to application/language/french/application_lang.php
Then set your language to french. This way, you will get english string and french format dd/mm/YYYY
You will need to do the same in application/modules/users/language. Copy the 2 files in english folder to french folder.
thanks, i have looked through the engish language file and corrected some spelling mistakes. File attached if any use to you.
file
Ok, thanks for your help