21
I think there is a problem with date format in formtextdateselect.php.
Line 47 there is
$display_value = date("Y-m-d", $ele_value);
and when i ama in french the date is in 1993
if i change the format
$display_value = date("d-m-Y", $ele_value);
I have the good date
It seam that the format must be change witj language, is'nt it ?
The strange is that before 2.5.2 i had not this probleme.
JJDai
Line 47 there is
$display_value = date("Y-m-d", $ele_value);
and when i ama in french the date is in 1993
if i change the format
$display_value = date("d-m-Y", $ele_value);
I have the good date
It seam that the format must be change witj language, is'nt it ?
The strange is that before 2.5.2 i had not this probleme.
JJDai

