This is a discussion on Shipdate v0.1 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Just a change of the date format for those who have different languages in their shop : Replace in each ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Just a change of the date format for those who have different languages in their shop : Replace in each file where you have an echo date : date("l, F j, Y",$_SESSION["shipdate"]) with this format to display the date in other languages : strftime("%A %d %B %Y",$_SESSION["shipdate"]) --------------------------------------- Juste une petite modif pour ceux qui ont un shop en plusieurs langues. Il faut changer le format de la date dans tous les fichiers qui appellent un echo date. Remplacer : date("l, F j, Y",$_SESSION["shipdate"]) par : strftime("%A %d %B %Y",$_SESSION["shipdate"]) ------------------------------------- And thank you for this fantastic contribution.... More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shipdate v0.1 | michael_s | New osCommerce Contributions | 0 | 02-25-2007 10:18 PM |