Brian
|
| Posted: 08/08/2002, 3:08 AM |
|
I have informations about logged in person, I have too a link which display the date, I assign to this field the current long date, despite I translated the XML to french the date is always in English how to do ?
|
|
|
 |
Nicole
|
| Posted: 08/08/2002, 7:31 AM |
|
Brian,
use CCS CCFormatDate() function to convert date into different format.
E.g. for ASP
CCFormatDate(date_value, Array("dd", "-", "mm", "-", "yyyy"))
|
|
|
 |
Brian
|
| Posted: 08/09/2002, 3:48 AM |
|
aout Nicole
i want e.g Lundi, 19 aout 2002 and not monday,19 th august 2002
could you give me please the PHP code of such.
thanks
|
|
|
 |
|